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)
 Group and user security

Author  Topic 

Sun Foster
Aged Yak Warrior

515 Posts

Posted - 2006-07-14 : 10:14:18
There are three users A, B, C in user group "AllOrder" and was assigned full control in Order database. Can I assign user C for read only in Order database but still keep C in Group AllOrder? (because this group will be assigned to another database as full control)

nr
SQLTeam MVY

12543 Posts

Posted - 2006-07-14 : 10:21:37
I guess these are nt groups that are mapped to the databases.
If C is in AllOrder then they will have full control in Order unless permission is denied by another means.
If C is denied write in Order then that should override the permissions given by AllOrder.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -