Customer deleted SQLServer2005SQLBrowserUser$<servername>
-
Wednesday, April 14, 2010 6:47 PM
I tried to install a new sql instance in an existing SQL 2008 standard environment and it failed. I looked in the install logs and there was an error saying the SQLServer2005SQLBrowserUser$<servername> group is missing. I take it that I can't just create this group myself? Is there any way to fix this besides backing up their existing SQL databases and reinstalling SQL?
Thanks!
All Replies
-
Wednesday, April 14, 2010 8:41 PMModerator
Hello,
Try adding the group SQLServer2005SQLBrowserUser$SERVERNAME and make it a member of administrators.
If you are trying to install SQL Server 2005 on a domain controller, then read the following article (Problem 4):
http://support.microsoft.com/kb/936302For more information about user groups created by SQL Server Setup, please see the following article:
http://msdn.microsoft.com/en-us/library/ms143504.aspxHope this helps.
Regards,
Alberto Morillo
SQLCoffee.com- Proposed As Answer by Tom Li - MSFTModerator Friday, April 16, 2010 2:34 AM
- Marked As Answer by Tom Li - MSFTModerator Wednesday, April 21, 2010 2:43 AM
-
Thursday, April 15, 2010 12:28 AM
This is SQL 2008 on a member server. I will try recreating the group.
Thank you

