Re: Permission problems user can't create a table



See if this helps you

select [Role] = r.name, [Member] = m.name
from sys.database_role_members rm
join sys.database_principals r on rm.role_principal_id = r.principal_id
join sys.database_principals m on
rm.member_principal_id = m.principal_id
order by r.name, m.name



<frant101@xxxxxxxxxxxxxx> wrote in message
news:1183034160.704628.192090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thanks Dan,

It confused me that you could add the create table permisson to a user
and they didnt have permissons to create a table structure ( seems a
bit strange to me)

If I wanted a user to be able to create tables in a database in all
schema's what is the best way to do that ?

and how can i view which users are in what database / server roles ?

Thanks
Francis



.



Relevant Pages

  • Re: Permission problems user cant create a table
    ... It confused me that you could add the create table permisson to a user ... and they didnt have permissons to create a table structure (seems a ... If I wanted a user to be able to create tables in a database in all ... and how can i view which users are in what database / server roles? ...
    (microsoft.public.sqlserver.security)
  • mysql and mythtv
    ... could not connect to the database". ... 2005-11-23 13:48:51.441 No error type from QSqlError? ... Strange... ...
    (alt.os.linux.suse)
  • Re: Cant Mount Public folder Archive
    ... Yes I checked it it's about 3 Gbyte I know that's not much but the strange is ... The database is not installed, and when I try to install the archive ... I also tried to create a new public folder and mounting over it the ...
    (microsoft.public.exchange.admin)
  • Strange SQL Server Timeout Problem
    ... We're seeing a very strange SQL Server access problem. ... the database takes much longer than usual, ... once Enterprise Manager accesses the database, ...
    (microsoft.public.sqlserver.server)
  • RE: Security Problem with AD Group in SQL Server Security Logins area
    ... Second problem - if I uncheck that Server Role and leave all the Server Roles ... I can use the Database Access tab to configure who has access to the ... I see dbo ...
    (microsoft.public.sqlserver.security)