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
 Transact-SQL (2000)
 Rights On the DB

Author  Topic 

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2007-05-15 : 10:43:44
Gurus
Like we use sp_helprotect to get the list of users who have got different permissions on the tables,How can we get something like that on the Database Level?Like All the users who has access and what level of access.

Regards

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-05-15 : 13:15:36
Try with sp_helplogins.
Go to Top of Page

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2007-05-16 : 04:18:36
Hi
Thanks for the Reply.With sp_helplogins i wiont get the permissions and everything..Plz help

regards
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-05-16 : 13:21:05
It tells which db roles the user is member of. Any specific you need?
Go to Top of Page
   

- Advertisement -