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)
 How does SQL Server handle multiple NT groups?

Author  Topic 

DBADave
Constraint Violating Yak Guru

366 Posts

Posted - 2004-10-08 : 15:21:09
We are preparing to move several servers to NT authentication and would like to know how SQL Server would handle a situation where someone belongs to multiple NT Groups and each NT group is given (1) a different default database and (2) different object permissons.

Thanks, Dave

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-10-08 : 15:24:45
I am not sure about the default database thing. But the permissions thing, the user will get the permissions as a cumulative set.

Tara
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-10-10 : 10:06:52
just remember, deny supercedes all.
Go to Top of Page
   

- Advertisement -