Re: SQL 2000 Security Question
From: Mark J. McGinty (mmcginty_at_spamfromyou.com)
Date: 05/28/05
- Next message: Jens Süßmeyer: "Re: Change SQL Server Authentication method programmatically"
- Previous message: Jono Price: "Change SQL Server Authentication method programmatically"
- In reply to: Blake Mengotto: "SQL 2000 Security Question"
- Next in thread: Blake Mengotto: "Re: SQL 2000 Security Question"
- Reply: Blake Mengotto: "Re: SQL 2000 Security Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 28 May 2005 04:25:56 -0700
"Blake Mengotto" <mengotto@nospam.hotmail.com> wrote in message news:eRx$s41YFHA.3280@TK2MSFTNGP09.phx.gbl...
Simple question from someone who knows nothing about SQL.
SQL is set to use Windows Authentication only.
I deny access to Built-In\Administrators
Builtin\Administrators is by default a member of the System Administrators fixed server role. It is not possible to set access denied to anything for Sys Admin role members -- but before you even think about removing that group from that role, you'll need to add yourself or whoever will be responsiblr for this SQL server, individually, to the Sys Admin role, otherwise you'll find yourself on the outside looking in.
I add an account that is a local admin on the SQL box, and give it DB_Owner to various DB's that it should own, and be able to do whatever in.
Will the DENY on Built-in\Admins keep this local admin id from accessing SQL?
Assuming this NT group is no longer a member of Sys Admin, that depends upon how you deny access. Explicit access-denied privileges for a given object always supercede access-allowed privileges to the same object. But typically access is "denied" to an object merely by removing all access-allowed privileges.
Taking your question at face value, if you had a user named, let's say, jsmith, and you make jsmith dbo of the pubs database, but then you define access-denied for jsmith to pubs, jsmith will not be able to connect to pubs.
Make sense?
-Mark
TIA
--
Regards,
Blake
- Next message: Jens Süßmeyer: "Re: Change SQL Server Authentication method programmatically"
- Previous message: Jono Price: "Change SQL Server Authentication method programmatically"
- In reply to: Blake Mengotto: "SQL 2000 Security Question"
- Next in thread: Blake Mengotto: "Re: SQL 2000 Security Question"
- Reply: Blake Mengotto: "Re: SQL 2000 Security Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|