the database we work on has some standard permissions for new users, but from time to time some users need more than the usual permissions (most of them are EXEC to several SPs). I've been managing these users GRANT. But for admin purposes I'd like to create a personal table with some of that information so I can easily and quickly difference the roles and users info.
Do you know of any system tables where I can find and work with this information?
EDIT:
We're currently working with SQL Server 2008.