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 to display database access to all users?

Author  Topic 

zeo
Starting Member

2 Posts

Posted - 2005-03-25 : 11:45:49


Is there a dictionary view/table in the sqlserver in which I can check to see ALL of the databases a user has access to in addition to the default database?

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-03-25 : 12:55:54
sp_helplogins
Go to Top of Page

zeo
Starting Member

2 Posts

Posted - 2005-03-25 : 13:00:43
quote:
Originally posted by robvolk

sp_helplogins



Thank you!
Go to Top of Page
   

- Advertisement -