Re: Viewing Role Permissions for Custom Role
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Mon, 28 May 2007 07:18:07 +0300
Hi
select r.name as Role, m.name as Member
from sys.database_role_members rm
join sys.database_principals r on rm.role_principal_id = r.principal_id
join sys.database_principals m on
rm.member_principal_id = m.principal_id
order by r.name, m.name
"ExcelMan" <sfarkas@xxxxxxxxx> wrote in message
news:1180307044.248019.135800@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I set up a custom role "Finance" and assigned it a combination of some
built-in roles and some specific permissions to specific objects
(securables). However when I go back into the role and look at the
properties of that role, I do not see a list of the specific object
permissions I granted to that role.
Instead I seem to have to go back to those objects, Add them in again,
and then I see that they were already selected.
Is there a place I can see the objects/permission I already granted to
a custom role?
Thanks.
Steven
.
- References:
- Viewing Role Permissions for Custom Role
- From: ExcelMan
- Viewing Role Permissions for Custom Role
- Prev by Date: Re: SQL 2000 Stored Procedure Problem
- Next by Date: Re: Need help w/ SA password
- Previous by thread: Viewing Role Permissions for Custom Role
- Next by thread: Re: Viewing Role Permissions for Custom Role
- Index(es):
Relevant Pages
|
|