Friday, March 9, 2012

List of SQL Server Users

Is there any method by which i can get the list of all sql server users?Hi

If you want database users then sp_helpusers will give them. If you want
logins then sp_helplogins will list them.

John

<arfanameer@.hotmail.com> wrote in message
news:1104392493.156751.110320@.c13g2000cwb.googlegr oups.com...
> Is there any method by which i can get the list of all sql server users?

No comments:

Post a Comment