-
Dec 2nd, 2022, 07:27 AM
#1
Thread Starter
Frenzied Member
SQL Server uninstall instance only via command line
How can an SQL Server instance be removed via the command line without removing the whole database engine?
I am passing the following parameters:
/QS /IACCEPTSQLSERVERLICENSETERMS="1" "/ENU="True" /INSTANCENAME="MYINSTANCENAME" /FEATURES="SQLEngine" /ACTION="unInstall" /INDICATEPROGRESS="True"
This causes the whole database engine and all instances of the SQL Server version to be removed.
Is it the/FEATURES parameter that needs to be changed?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|