Our DBA decided to take an "extended vacation" so since I'm the data manager I've been asked to take over his duties temporarily.
The boss wants a list of all users in the database (no problem) and also what tables they have permissions to (problem)
I could go through table by table in enterprise manager and write down the permissions but with the number of logins and tables we have that could take me a month!
Are there any stored procedures available that can do this for me?
This is SQL server 2k.
The boss wants a list of all users in the database (no problem) and also what tables they have permissions to (problem)
I could go through table by table in enterprise manager and write down the permissions but with the number of logins and tables we have that could take me a month!
Are there any stored procedures available that can do this for me?
This is SQL server 2k.