Is it safe or supported to remove the local security groups that the SQL Server setup creates (SQLServer2005MSSQLUser$$MSSQLSERVER) ?
When the SQL Server setup is ran, it creates some local groups of the following format:
SQLServer2005MSSQLUser$<computer name>$MSSQLSERVER
These groups are part of the product and should not be deleted:
- Reviewing Windows NT Rights and Privileges Granted for SQL Server Service Accounts
Deleting them renders the product unsupported and part of the functionality is lost. Plus, it poses a security risk.
Specifically, after deleting these groups, it is no longer possible to install updates and Service Packs to the SQL Server product:
So, to summarize, it is neither safe nor supported to delete these groups.
Comments
- Anonymous
May 18, 2015
What about after an upgrade to SQL Server 2008?