Re: Determining User's Effective Rights
From: Bob Hilton (bhilton@psmanagement.net)
Date: 10/27/02
- Next message: Jasper Smith: "Re: Determining User's Effective Rights"
- Previous message: BP Margolin: "Re: Determining User's Effective Rights"
- In reply to: BP Margolin: "Re: Determining User's Effective Rights"
- Next in thread: Jasper Smith: "Re: Determining User's Effective Rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Bob Hilton" <bhilton@psmanagement.net> Date: Sat, 26 Oct 2002 17:15:33 -0700
BP, thanks for the reply - PERMISSIONS only works for the
current user. I'm trying to find something where I can
checkout a particular user without having to be logged in
as that person. Enterprise Manager almost gets there but
only shows the Roles' rights. I need to be able to easily
check, proactively, whether a given user has all the
necessary rights and conversely check who has rights to
certain functions, stored procedures and/or tables to make
sure that someone hasn't inadvertantly given rights to a
user who should not have them.
>-----Original Message-----
>Bob,
>
>See is the T-SQL PERMISSIONS built-in function provides
you what you need.
>Documentation on the PERMISSIONS function can be found in
the SQL Server
>2000 Books Online.
>
>-------------------------------------------
>BP Margolin
>Please reply only to the newsgroups.
>When posting, inclusion of SQL (CREATE TABLE ...,
INSERT ..., etc.) which
>can be cut and pasted into Query Analyzer is appreciated.
>
>"Bob Hilton" <bhilton@psmanagement.net> wrote in message
>news:25a601c27d0b$be5d4110$35ef2ecf@TKMSFTNGXA11...
>> I am using Windows 2000 and SQL Server 2000 in Windows
>> Authentication mode in a single domain with 40 servers.
>> Users are Members of Functional Groups with a
>> corresponding Role in SQL 2000. Users may be in more
than
>> one Windows 2000 Group and the corresponding groups'
Roles
>> may be members of multiple application Roles within the
>> database. Is there a tool that will allow me to
determine
>> the Effective Rights for a given user? sp_helpuser
>> reports for the "domain" groups but does not go to the
>> individual users. With over a dozen groups and hundreds
>> of users, this is a real bear to do by hand.
>>
>> Any help with ideas or tools is greatly appreciated.
>>
>
>
>.
>
- Next message: Jasper Smith: "Re: Determining User's Effective Rights"
- Previous message: BP Margolin: "Re: Determining User's Effective Rights"
- In reply to: BP Margolin: "Re: Determining User's Effective Rights"
- Next in thread: Jasper Smith: "Re: Determining User's Effective Rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|