SQL Server R2 not uninstalled cleanly

Source: Internet
Author: User
Tags microsoft sql server

The uninstall Microsoft SQL Server R2 Setup (Simplified Chinese) appears: "Warning 26003. Unable to uninstall Microsoft SQL Server R2 Setup support files because the following products are installed: SQL Server R2 SP1 Database Engine Shared SQL Server R2 SP1 Common Files ". However, the program is not found in the list of programs, looking for information on the Internet, you can use WMIC (Windows Management Instrumentation Command-Line) to list the applications installed on the current system, and finally use msiexec/x Uninstall it!


Use the "powerful uninstall software" feature of the 360 Security defender "feature Daquan" and then prompt the following two questions

Unable to uninstall because the installation of the

SQL Server R2 Database Engine Shared

SQL Server R2 Common Files

However, the two software cannot be found in the installed software, so the solution is

First click Run, enter cmd, enter command line mode and enter WMIC

Then execute the Product list to find

SQL Server R2 Database Engine Shared

SQL Server R2 Common Files

They correspond to the following:

{36F70DEE-1EBF-4707-AFA2-E035EEAEBAA1}

{A2122A9C-A699-4365-ADF8-68FEAC125D61}

And then into the Windos/system32 directory.

Perform:

c:\windows\system32>msiexec.exe/x {36F70DEE-1EBF-4707-AFA2-E035EEAEBAA1}

c:\windows\system32>msiexec.exe/x {a2122a9c-a699-4365-adf8-68feac125d61}

and then Uninstall

Microsoft SQL Server R2 There's no problem.

SQL Server R2 not uninstalled cleanly

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.