June 22, 2015 at 8:10 am
I've got an issue with an unclean install. I did it through the Programs and Features, but something went wrong. I'm not sure what. When I try to uninstall the Microsoft SQL Server 2012 Setup (English), it pops up the following error.
None of these programs show up in the Programs and Features MSC. I uninstalled most of them and a few of them were never installed to begin with. At least, I never saw SQL Server 2012 BI Development Studio on the list (for instance). So maybe there's something I'm missing, maybe named something different.
The server still has three services on the Services MSC. I can't seem to figure out how to use sc delete, because every time I try, the command prompt doesn't seem to recognize the sc commands. Is there a specific directory I should be changing the command prompt to in order to get this to work?
Any advice on what I may be missing or what I should check to finish this uninstall?
June 22, 2015 at 8:38 am
1) Backup (Export) the registry.
2)Delete the following keys in regedit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server (there should be multiple entries like Native Client, Redist)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
3)Go To and delete all the sub-keys referencing SQL Server in:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (there should be multiple entries like Microsoft SQL Server 11, SQLServer2012)
4) Go To: and delete all the keys referencing SQL Server in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services (there should be multiple entries like MSSQLSERVER, SQLBrowser, SQLSERVERAGENT, SQLWriter)
5)Delete or Rename all the SQL Server folders in the computer.
6)Reboot and Install SQL Server again.
June 22, 2015 at 8:47 am
Thanks, Alex.
Step 5 is already completed, but I'll double check once I get the registry stuff checked.
June 22, 2015 at 10:57 am
Hrm. Can't seem to find the key for Integration Services Service.
Thoughts?
Nevermind. It was under MSDtsServer.
June 22, 2015 at 11:12 am
YAY!
That worked. Thanks, Alex!
EDIT: Now to reinstall.
June 24, 2015 at 8:12 am
Question. Is MsRPC a SQL Server only thing?
I'm finding it in the registry under CurrentControlSet\Services. Not sure if I should remove it or leave it be.
June 24, 2015 at 11:29 am
Brandie Tarvin (6/24/2015)
Question. Is MsRPC a SQL Server only thing?I'm finding it in the registry under CurrentControlSet\Services. Not sure if I should remove it or leave it be.
Leave it.
June 24, 2015 at 12:18 pm
AlexSQLForums (6/24/2015)
Brandie Tarvin (6/24/2015)
Question. Is MsRPC a SQL Server only thing?I'm finding it in the registry under CurrentControlSet\Services. Not sure if I should remove it or leave it be.
Leave it.
Okay. Thanks.
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply