how can see the permissions that a database role/server role have ?
I want see the overall permissions a user have.
1) direct permissions that I can see in user property.
2) indirect permissions that are granted because of the role assigned to that user.
now, I want to see that what permissions this database role/server role has granted to this user.
like a user "abc" has assigned a role of "sysadmin".
now, I need to know what permissions this "sysadmin" role has granted to the user "abc".
I want see the overall permissions a user have.
1) direct permissions that I can see in user property.
2) indirect permissions that are granted because of the role assigned to that user.
now, I want to see that what permissions this database role/server role has granted to this user.
like a user "abc" has assigned a role of "sysadmin".
now, I need to know what permissions this "sysadmin" role has granted to the user "abc".