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.
| 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 |
 |
|
|
zeo
Starting Member
2 Posts |
Posted - 2005-03-25 : 13:00:43
|
quote: Originally posted by robvolk sp_helplogins
Thank you! |
 |
|
|
|
|
|