Re: Prevent Adminstrator Group Access
From: Jens Süßmeyer (Jens_at_Remove_this_For_Contacting.sqlserver2005.de)
Date: 05/27/05
- Next message: Martin Rådbo: "login failed for user 'sa'"
- Previous message: Andrew J. Kelly: "Re: User roles/rights"
- In reply to: Lionel Horn: "Prevent Adminstrator Group Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 27 May 2005 20:18:54 +0200
If you don´t wanna move them out of the service administrators group you
have to map the administrator to the database and deny the executing of the
procedures to them. But beware that if they are in the group of the
administrator they won´t have access even you explicitly allow them to use
the procedures (deny overwrites all allows)
-- HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- "Lionel Horn" <lhorn@newsgroup.nospam> schrieb im Newsbeitrag news:36A1F263-94DA-45CA-B862-193E4D9E9E4E@microsoft.com... >I have a stored procedure that I do not want administrators to run. I need > to prevent the Windows group "BUILTIN\Administrators" from running the > stored > procedure. > > I have a stored procedure to view credit card information. Only select > domain users need access to the data. Domain Administrators should not be > able to see the data, though they can see everything else. My server is > setup for mixed-mode authentication. > > Please advise if this is possible. Thanks! > > -- > Lionel Horn
- Next message: Martin Rådbo: "login failed for user 'sa'"
- Previous message: Andrew J. Kelly: "Re: User roles/rights"
- In reply to: Lionel Horn: "Prevent Adminstrator Group Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|