Re: How to remove SQL Server
Sure i will help you out with this issue make i know which SQL Server are you where using it.
Re: How to remove SQL Server
Quote:
Originally Posted by
Besce
Sure i will help you out with this issue make i know which SQL Server are you where using it.
I am using SQL SERVER 2000.
Re: How to remove SQL Server
Here is the steps for uninstall/remove SQL SERVER 2000.
- Insert the Microsoft SQL Server compact disc in your CD-ROM drive. If the compact disc does not autorun, double-click Autorun.exe in the root directory of the compact disc.
- Select SQL Server 2000 Components, select Install Database Server, and click Next when Welcome screen appears.
- In Computer Name dialog box, select Local Computer or Remote computer.
- Click on Upgrade, Remove, or Add Components to an existing instance of SQL Server, and then click Next.
- If you want to uninstall a named instance, select it from the Instance Name list box, and then click Next or if Default is selected if you have the Default instance installed.
- Click Uninstall your existing installation, and click Next.
- Now setup will removes the selected installation. In the Uninstalling dialog box, click Next, and then click on Finish.
Re: How to remove SQL Server
There is one more way of doing is by following the below steps:-
- Remove everything from the SQL directory.
- Remove the SQL directory from the path.
- Remove the SQL registry entries using regedt32/regedit.
Following are the paths in regedt32/regedit
- (All versions)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLServer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
- (6.0 and above.)
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSDTC
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLExecutive
- (7.0 and above)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLServerAgent
HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server 7
HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServ65
Re: How to remove SQL Server