uninstalling SQL server 2008 from Windows 2008 R2 server
-
Wednesday, November 21, 2012 7:31 PMI just created a new Windows 2008 R2 server and installed SQL Server 2008 on it. I need to uninstall it and prefer to do it thru Programs and Features. There are a lot of components installed. Any order to remove them?
Cal Miyatake
All Replies
-
Wednesday, November 21, 2012 7:38 PMModerator
Hello,
Please see the following article:
http://msdn.microsoft.com/en-us/library/ms143412(v=sql.100).aspxHope this helps.
Regards,
Alberto Morillo
SQLCoffee.com- Proposed As Answer by Ahmed Ibrahim - MSFTMicrosoft Employee, Moderator Thursday, November 22, 2012 12:23 PM
- Marked As Answer by Allen Li - MSFTModerator Tuesday, November 27, 2012 1:21 AM
-
Wednesday, November 21, 2012 7:39 PM
To manually uninstall SQL Server 2008, follow these steps:- At a command prompt, type the following command, and then press ENTER:
CD %ProgramFiles%\Microsoft SQL Server\100\Setup Bootstrap\Release
- Type the following command, and then press ENTER:
setup.exe /ACTION=uninstall /FEATURES=<var>Feature_List</var> /INSTANCENAME=<var>Instance_Name</var>Note In this command, the <var>Feature_List</var> placeholder represents a no-space, comma-separated list of feature values, such as "AS,SQL,RS,Tools." The <var>Instance_Name</var> placeholder represents the named instance of the SQL Server 2008 that was installed. If you did not use a named instance, you can use "MSSQLSERVER" for the named instance
Please refer following link :
http://support.microsoft.com/kb/955404?wa=wsignin1.0--------------------------------
Thanks,Suhas Vallala
- Proposed As Answer by Ahmed Ibrahim - MSFTMicrosoft Employee, Moderator Thursday, November 22, 2012 12:22 PM
- Marked As Answer by Allen Li - MSFTModerator Tuesday, November 27, 2012 1:21 AM
- At a command prompt, type the following command, and then press ENTER:
-
Wednesday, November 21, 2012 8:10 PMThank you
Cal Miyatake
-
Wednesday, November 21, 2012 8:10 PMThank you
Cal Miyatake
-
Wednesday, November 21, 2012 9:04 PMModerator
Hello,
Thank you for visiting MSDN forums!
Regards,
Alberto Morillo
SQLCoffee.com

