June 10, 2010 at 7:54 pm
Doese someone know how to remove a node (including SQL Engine and shared components like SSMS) from a SQL Server 2008 Cluster? it most like just SQL Engine was removed( /FEATURES parameter is not allowed). I want to remove everything correlated with SQL 2k8 at the same time.
here is my code:
Start /wait O:\SQL2K8\setup.exe /Q /HIDECONSOLE /ACTION="RemoveNode" /INSTANCENAME=MSSQLSERVER
Thank you,
Shawn
June 11, 2010 at 8:49 am
Have you tried add/remove programs ?
June 11, 2010 at 9:57 am
BOL is always helpful in these situations...
http://technet.microsoft.com/en-us/library/ms191545.aspx
http://technet.microsoft.com/en-us/library/ee915054(SQL.100).aspx
Cindy
June 16, 2010 at 1:08 am
Firstly you have to unistall SQL Server from Add remove programm. Here you have to select the instance which you want to remove. IF you want to remove the shared components then you have to select that also in the later screen
Then Run the Setup again then click on the Remove Node from SQL server. ( Not sure about this option).
Try and test the same.
-- Chetan
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply