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)
 Get list of users from a database

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
Go to Top of Page

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
Go to Top of Page

rookie_sql
Constraint Violating Yak Guru

443 Posts

Posted - 2008-09-04 : 08:02:18
I got it thanks..
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-09-04 : 08:21:54
sp_helpuser
Go to Top of Page
   

- Advertisement -