SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Removing NT Administrators as Sysadmins

By Brian Knight, 2001/05/25

Total article views: 3757 | Views in the last 30 days: 14
By default, all NT administrators of the domain that your SQL Server is installed in, have SA rights in every database. This presents interesting challenge for DBAs, political and technical. Does your NT administrator group need SA rights to every database? The answer is no.

Let me take a moment to contradict and clarify the statement I just made. Although the NT group "Administrators" does not need SA rights, the people inside that group may need SA rights. The better way to lock down your SQL Server versus the default would be to create a second user group and assign any users that need SA rights into it. By doing this, you give only the NT administrators that need SA access the rights as well as create a universal SA group to audit.

The first step before you do this would be to remove the current administrators group from your SQL Server. You can do this by expanding the Security group and selecting Logins. Then, delete the BULTIN\Administrators login in the right pane.

Now, create a new NT group and reverse the steps. Generally there is no need to give your network administrators SA rights, but if there is a need, do so through this technique.

By Brian Knight, 2001/05/25

Total article views: 3757 | Views in the last 30 days: 14
Your response
 
 
Related tags

Other     Security    
Rants     SQL Server 7, 2000    
 
Already registered?  

Free registration required

To read the rest of this article, and access thousands of other articles, we ask you to register on the site and subscribe to our newsletters.

Register

E-mail address:
Password:
Password (confirm):

  

Subscriptions

We ask you to register on the site and subscribe to our newsletters. Subscribing to our newsletters gets you:

  • ALL of our content (thousands of articles, scripts, and forum postings)
  • A daily newsletter (example)
  • A weekly news round up (example)
  • The opportunity to ask and answer questions in our forums
  • A daily Question of the Day to test and help you increase your knowledge of SQL Server.

We ask that you give the newsletter a try for a week. Over 200,000 SQL Server Professionals a day find it entertaining and useful. If not, you are welcome to unsubscribe at anytime.

Steve Jones
Editor, SQLServerCentral.com