Monday, May 12, 2014

Uninstall SQL Server 2014 instances


It’s easy to uninstall SQL Server instance  from control panel. Here I will show how to uninstall SQL Server 2014

Go to control panel or type the below command in run it will open the control panel.


Enter command appwiz.cpl





Then double click the Microsoft SQL Server 2014 setup. Clicks remove to uninstall the SQL server setup.




the instance to remove the instance from list of installed instances.





Then select features to remove. I have select SQL Server 2014 features for removing.

Shared features will be used by other instances. Shared features will be installed once and used by other instances.


Click on next ,Then click on remove to uninstall the features selected.


Wait until the installation shows completes.








Verify using SSMS whether instance uninstalled properly.


Alternatively you can verify the services using services.msc command

No comments: