|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Test connections with NT User groupsHi
I've created multiple NT User groups with different SQL Server permissions, each group contain some NT users. I want to test if my permission policy is correct, is there a way to do this without asking one people from each group to test ? What happen if the same user exists in two NT User groups with different permissions ? Thank you The user will be granted the permissions granted to both groups. DENY
permissions take precence over GRANT permissions. Hope this helps, Ben Nevarez Senior Database Administrator AIG SunAmerica Show quote "SM" wrote: > Hi > > I've created multiple NT User groups with different SQL Server permissions, > each group contain some NT users. > I want to test if my permission policy is correct, is there a way to do this > without asking one people from each group to test ? > > What happen if the same user exists in two NT User groups with different > permissions ? > > Thank you > > > You can impersonate another user to test his/her permissions by using
SETUSER. Hope this helps, Ben Nevarez Senior Database Administrator AIG SunAmerica Show quote "SM" wrote: > Hi > > I've created multiple NT User groups with different SQL Server permissions, > each group contain some NT users. > I want to test if my permission policy is correct, is there a way to do this > without asking one people from each group to test ? > > What happen if the same user exists in two NT User groups with different > permissions ? > > Thank you > > > |
|||||||||||||||||||||||