How list all the users/roles with granted permission(s) to a object, e.g. a view, a schema?
GetUserRolePermissions 'dbo.AView'
GetUserRolePermissions 'aSchema'
How list all the users/roles with granted permission(s) to a object, e.g. a view, a schema?
GetUserRolePermissions 'dbo.AView'
GetUserRolePermissions 'aSchema'