|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Friday, May 31, 2013 2:54 PM
Points: 769,
Visits: 216
|
|
Comments posted to this topic are about the content posted at http://www.sqlserv
Aunt Kathi Microsoft (Former SQL Server MVP)
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 12:58 AM
Points: 739,
Visits: 190
|
|
I find that adding in the 'nt authority\system' account in (as an admin) prior to removing the builtin\admin stops a lot of the pain with 3rd party backup solutions etc.
Steven
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 10:43 AM
Points: 287,
Visits: 213
|
|
Here are some more gotchas. Some I have run into and some just came up when I searched for "Builtin Administrators" in the MS Knowledge Base with SQL Server 200 selected as the product. PRB: SQL Server Full-Text Search Does Not Populate Catalogs http://support.microsoft.com/default.aspx?scid=kb;en-us;317746 BUG: IsAlive check does not run under the context of the BUILTIN\Administrators account in SQL Server 2000 Enterprise Edition http://support.microsoft.com/default.aspx?scid=kb;en-us;291255 Be especially careful on clusters. See the following article for more information on this topic in relation to clustered instances of SQL Server: INF: How to impede Windows NT administrators from administering a clustered instance of SQL Server http://support.microsoft.com/kb/263712/EN-US/ There were some other articles that came up in the search but I did not include the ones marked "FIX" or "INF" except for the one clustering article. Basically, make sure everything is working right before you remove this group account. That way, if anything breaks, you know exactly why. Then you can put the group back in and research the proper solution.
Bryant E. Byrd, BSSE MCDBA MCAD Business Intelligence Administrator MSBI Administration Blog
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 10:07 AM
Points: 547,
Visits: 134
|
|
| Do you know where none of my 5 servers (SQL 2000 Std) have the "Via group membership" option in the login propierties screens?
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Friday, May 31, 2013 2:54 PM
Points: 769,
Visits: 216
|
|
The "Via group membership" option disappeared after I changed the setting. I thought it was odd as well, but I was just glad the problem was solved!
Aunt Kathi Microsoft (Former SQL Server MVP)
|
|
|
|
|
Keeper of the Duck
Group: Moderators
Last Login: Today @ 7:47 AM
Points: 6,584,
Visits: 1,796
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, March 03, 2006 11:20 AM
Points: 8,
Visits: 1
|
|
Interesting article. Now that I accidently deleted the the BUILTIN/Admin, how can I add it back in? Thanks for the help Bill
|
|
|
|
|
Keeper of the Duck
Group: Moderators
Last Login: Today @ 7:47 AM
Points: 6,584,
Visits: 1,796
|
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Today @ 5:36 AM
Points: 516,
Visits: 1,026
|
|
I've made a point of removing it from new servers once SQL is installed and the service and agent startup accounts are properly set. That way it is out before any databases (other than master etc) or users are created so they are created with the rights and logins they need.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, August 30, 2012 12:27 PM
Points: 49,
Visits: 38
|
|
Interesting. Thanks for your comments, especially on the "Through Group Membership" issue.
|
|
|
|