Monday, March 12, 2012

List of users and user rights

Does anyone have a query that will list all the users and user rights for a sqlserver database.

Thanks so much!sp_helpuser will list all the users.
sp_helplogins gives all the login users.
these procedures might help you

No comments:

Post a Comment