I would like to know if there is a utility out there that can list the Server Logins on a particular server and their access.
This would be the information I get from right clicking each user -> Properties -> User Mapping but instead of manually going through that process for each user, it just lists the information.
For example:
MyDomain\John
- Server Roles
- sysadmin
- MyDatabase1
- Roles
db_reader
public
- MyDatabase2
- Roles
db_reader
public
MyDomain\Steve
- MyDatabase1
- Roles
db_reader
public
I hacked up the sp_helplogins system stored procedure to return close to what you're looking for.
I can't get the script to paste correctly so here is a link to the script.