Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 fixed server role vs fixed database role

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-03-04 : 21:18:15
velmu writes "I know that server role is for server level and
database role is for database level. But I have
a doubt. we have an user 'James' given sysadmin
fixed server role. Can he do all the operations
in all databases or we need to grant fixed database
role 'db_owner' for each database so that he can
perform any operation in those databases.

thanks
velmu"

chadmat
The Chadinator

1974 Posts

Posted - 2002-03-04 : 22:19:22
sysadmin is the same as sa. They can do anything without explicit rights in the database.

-Chad

Go to Top of Page
   

- Advertisement -