How can I completely uninstall SQL Server?

Neil Pike

April 18, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like