Re: sql admin rights question
From: Joseph MCAD (anonymous_at_microsoft.discussions.com)
Date: 04/12/05
- Next message: Hari Prasad: "Re: grant truncate table permission - how?"
- Previous message: Sue Hoegemeier: "Re: SQL server Windows Authentication is Broken"
- In reply to: Sue Hoegemeier: "Re: sql admin rights question"
- Next in thread: Sue Hoegemeier: "Re: sql admin rights question"
- Reply: Sue Hoegemeier: "Re: sql admin rights question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 11 Apr 2005 18:26:39 -0700
April 11, 2005
You need to be able to Deny the admin, however, and therefore should Not
be a sysadmin. You should stick with DB_Admin. HTH :-)
Joseph MCAD
"Sue Hoegemeier" <Sue_H@nomail.please> wrote in message
news:en6m51tjq0evv9r41jogghfl93auuq531i@4ax.com...
> If they need admin rights to the entire server then they
> need to be a member of the sysadmin role. Any Deny does not
> apply to a sysadmin. Permissions are cumulative with deny
> taking precedence but a sysadmin bypasses all of this.
>
> -Sue
>
> On Mon, 11 Apr 2005 18:09:35 -0400, "Keith G Hicks"
> <krh@comcast.net> wrote:
>
>>Yes. This is very helpful. I just found "Denying Permissions" in B.O.L.
>>Thank you.
>>
>>Keith
>>
>>"Joseph MCAD" <anonymous@microsoft.discussions.com> wrote in message
>>news:e4KjIztPFHA.3704@TK2MSFTNGP12.phx.gbl...
>>April 11, 2005
>>
>> Yes. You can grant the user the DB_Admin (hopefully that is the
>> correct
>>admin role) role and then goto the specific database and then put a Deny
>>ACE
>>in for the user. This will grant the user overall admin rights, but since
>>Deny ACEs have precedence over allows, the user will not be able to access
>>your database. I hope this helps! :-)
>>
>> Joseph MCAD
>>
>>
>>
>>
>
- Next message: Hari Prasad: "Re: grant truncate table permission - how?"
- Previous message: Sue Hoegemeier: "Re: SQL server Windows Authentication is Broken"
- In reply to: Sue Hoegemeier: "Re: sql admin rights question"
- Next in thread: Sue Hoegemeier: "Re: sql admin rights question"
- Reply: Sue Hoegemeier: "Re: sql admin rights question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|