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 |
rookie_sql
Constraint Violating Yak Guru
443 Posts |
Posted - 2008-09-04 : 07:43:00
|
Hi i need to get the list of users from my database is there a system stored procedure ot table like syslogins in master where i can say give me the list of users for a given database name ? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-04 : 07:58:05
|
Have a look at sysusers system table |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-04 : 08:00:15
|
http://doc.ddart.net/mssql/sql70/sys-u.htm |
 |
|
rookie_sql
Constraint Violating Yak Guru
443 Posts |
Posted - 2008-09-04 : 08:02:18
|
I got it thanks.. |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-09-04 : 08:21:54
|
sp_helpuser |
 |
|
|
|
|