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)
 Logins & their permissions

Author  Topic 

ObaidKhan
Starting Member

1 Post

Posted - 2005-05-05 : 20:06:33
Hi
How do we see all the users with their permissions? Do we have a stored proc in place that I can use or if not, has anyone writen any code that will script out all the users with their respective permissions.

Thanks for your help in Advance.

RMK
Starting Member

2 Posts

Posted - 2005-05-06 : 00:37:05
u can use
sp_helplogin to get login name
also use sp_ helpuser on database to get user and permission details on each db
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2005-05-06 : 07:32:41
i think i posted a script for this, i'm too lazy to repost

--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -