Reputation: 4169
Does somebody knows if its possible to build a T-SQL query to obtain the SQL Server Users ,their DB associations and permissions?
this is in SQL server 2000
i will appreciate!!
Thanks,
Upvotes: 0
Views: 162
Reputation: 28699
how about sp_helplogins?
Upvotes: 2