How can I completely uninstall SQL Server?
April 18, 1999
Learn more about how to un-install a SQL Server servicepack and go back to the original version.
A. If the standard un-install utility doesn't do the trick for some reason:
Remove the directory and everything under it
Remove the dir from the path (use control panel/system for this)
Remove the SQL registry entries using regedt32/regedit. These are :-
(All versions)
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSSQLServer
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSSQLServer
(6.0 and above.)
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesMSDTC
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSQLExecutive
(7.0 and above)
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSQLServerAgent
HKEY_LOCAL_MACHINESoftwareMicrosoftMicrosoft SQL Server 7
HKEY_LOCAL_MACHINESoftwareMicrosoftMSSQLServ65
If you have lost permission to any of the registry keys, then log on as administrator and take ownership of them starting at the highest relevant level. Use regedt32 and check the box to take ownership of all subkeys as well.
About the Author
You May Also Like