join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Security Issues with the SQL Server BUILTIN\Administrators Group - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Security Issues with the SQL Server BUILTIN\Administrators Group

Last post 01-22-2010 4:08 PM by admin. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-31-2006 12:00 AM

    Security Issues with the SQL Server BUILTIN\Administrators Group

    This post is related to this tip: Security Issues with the SQL Server BUILTIN\Administrators Group

    http://www.mssqltips.com/tip.asp?tip=1017

  • 01-20-2010 9:16 PM In reply to

    Re: Security Issues with the SQL Server BUILTIN\Administrators Group

    The problem not mentined in the article (I know it's about 4 years old now) is that removing that group makes the SQL Server Agent service fail. I guess you have to create an account with a non-expiring password in order for that to work. Fix one problem, though and cause another. Sometimes I have to ask do you want it secure or do you want it to work?

  • 01-22-2010 4:08 PM In reply to

    Re: Security Issues with the SQL Server BUILTIN\Administrators Group

    Bedwar2,

    Thank you for the feedback.  I think the situation you mentioned can be alleviated by granting the “DBA” Windows domain group SQL Server sysadmin rights before making any changes to the BUILTIN\Administrators Group rights in SQL Server.   In addition, setup the SQL Server services to execute with a Windows domain account which has SQL Server sysadmin rights before making any changes to the BUILTIN\Administrators Group rights in SQL Server.   As a last preventive measure, be sure you know the sa password and validate you are able to access the SQL Server before making any changes to the BUILTIN\Administrators Group rights in SQL Server .  Hopefully this will prevent any sort of permissions issues.

    Thank you,
    The MSSQLTips Team

     

Page 1 of 1 (3 items)