Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
arvind_ramugade
Starting Member
30 Posts |
Posted - 2012-03-14 : 09:36:25
|
How to list permissions for loginIDs/accounts with any type of access (select, update, delete, etc.) in MSSQL databases ?Is there any query ?Pls let me know Thanks !Arvind.ramugade |
|
Bustaz Kool
Master Smack Fu Yak Hacker
1834 Posts |
Posted - 2012-03-14 : 18:12:59
|
There is a system table named sys.database_permissions that lists the permissions issued and another named sys.database_principals that gives the details of who was granted the permissions.Bon appetit!=================================================Men shout to avoid listening to one another. -Miguel de Unamuno |
 |
|
|
|
|