Re: Permissions List
From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 06/28/02
- Next message: Eric: "Re: sql agent permission"
- Previous message: Roy Harvey: "Re: Permissions List"
- In reply to: Alan Roberts: "Permissions List"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sue Hoegemeier <Sue_H@nomail.please> Date: Fri, 28 Jun 2002 13:42:08 -0600
Just to add to the list...
NT group members can be obtained with:
exec xp_logininfo 'Domain\GroupName', 'members'
And role members (what if the users have db_datareader, etc)
exec sp_helprolemember 'db_ddladmin'
Don't think there is a single command to get a
comprehensive, all inclusive list of those with direct as
well as inherited permissions.
-Sue
On Fri, 28 Jun 2002 10:08:58 -0700, "Alan Roberts"
<taroberts@gcc.edu> wrote:
>How can I get a printable list of all users who have
>access to a particular table?
- Next message: Eric: "Re: sql agent permission"
- Previous message: Roy Harvey: "Re: Permissions List"
- In reply to: Alan Roberts: "Permissions List"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|