Uninstall SQL Server 2008 Express R2 and SQL Server 2012 unsuccessfully

HI

I want to uninstall SQL Server 2008 R2 and SQL Server 2012 but it was successful.

When I try to uninstall 2008 R2

It shows the sqlsupport.msi can't find

Warning 26003.  Microsoft Server 2008 R2 Setup Support Files cannot be uninstalled because the following products are installed:

SQL Server 2008 R2 SP2 Common Files are installed

SQL Server 2008 R2 Dabtabase Engine Shared

Microsfot SQL Server R2 RsFx Driver

SQL Server 2008 R2 SP2 Database Engine Services

When I uninstall 2012, it shows the SQL Browser has been installed.

Warning 26003.  Microsoft SQL sERVER 2012 Setup Support Files cannot be uninstalled because the following products are installed:

SQL Server Browser for SQL Server 2012

March 28th, 2015 11:21pm

Hi,

Can you review your question and rephrase it, i cannot understand your question.

You said >>I want to uninstall SQL Server 2008 R2 and SQL Server 2012 but it was successful.

Free Windows Admin Tool Kit Click here and download it now
March 29th, 2015 1:19am

When I try to uninstall 2008 R2

It shows the sqlsupport.msi can't find

Warning 26003.  Microsoft Server 2008 R2 Setup Support Files cannot be uninstalled because the following products are installed:

SQL Server 2008 R2 SP2 Common Files are installed

SQL Server 2008 R2 Dabtabase Engine Shared

Microsfot SQL Server R2 RsFx Driver

SQL Server 2008 R2 SP2 Database Engine Services

When I uninstall 2012, it shows the SQL Browser has been installed.

Warning 26003.  Microsoft SQL sERVER 2012 Setup Support Files cannot be uninstalled because the following products are installed:

SQL Server Browser for SQL Server 2012

Hi SYCRB560,

Please perform the following steps to manually uninstall the existing SQL Server 2008 R2 or SQL Server 2012.

1. Make sure you have administrative rights on the computer.
2. Uninstall the existing SQL Server 2008 R2 (or SQL Server 2012 ) and all the components from the control panel. Remember to back up the user databases before uninstalling SQL Server.
3. Backup the registry.
4. Delete the following keys in regedit:
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
5. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall  and delete all the sub-keys referencing SQL Server.
6. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
7. Rename all the SQL Server folders in the computer.
8. Reboot the machine.

Besides, if the above SQL Server components are not listed under Add/Remove programs, you can follow the steps in below similar blog to uninstall them.
Uninstall of SQL fails with error about RsFx Driver


Thanks,
Lydia Zhang

March 29th, 2015 11:32pm

Hi LIdiya,

You should not suggest above method of removal if SQL Server has multiple instances, I had a chat with Microsoft Person and according to him this method is only suitable when server has only one instance in other cases it may damage the registry leaving system in un-suppported state

Free Windows Admin Tool Kit Click here and download it now
March 30th, 2015 12:11am

Sorry for previous typo, I should say:

I want to uninstall SQL Server 2008 R2 and SQL Server 2012 but it was unsuccessful.


April 1st, 2015 8:01am

What did you try to uninstall?

I think you tried to unintall Microsoft SQL 2008 R2 Setup and Microsoft SQL 20012 Setup  ??

You need to right click on Microsoft SQL Server 2008 R2 or Microsoft SQL Server 2008 R2 (64-bit) and then uninstall . Similarly for 2012.

Free Windows Admin Tool Kit Click here and download it now
April 1st, 2015 10:19am

I tried to uninsall SQL Server 2008 R2 and SQL Server 2012.

Yes, I did what you said : right click on Microsoft SQL Server 2008 R2 and then uninstall.

System pop up window says :

Warning 26003.  Microsoft SQL Server 2008 R2 Setup Support Files cannot be uninstalled because the following products are installed:

SQL Server 2008 R2 SP2 Common Files are installed

SQL Server 2008 R2 Dabtabase Engine Shared

Microsfot SQL Server R2 RsFx Driver

SQL Server 2008 R2 SP2 Database Engine Services

April 1st, 2015 2:07pm

I tried to uninsall SQL Server 2008 R2 and SQL Server 2012.

Yes, I did what you said : right click on Microsoft SQL Server 2008 R2 and then uninstall.

System pop up window says :

Warning 26003.  Microsoft SQL Server 2008 R2 Setup Support Files cannot be uninstalled because the following products are installed:

SQL Server 2008 R2 SP2 Common Files are installed

SQL Server 2008 R2 Dabtabase Engine Shared

Microsfot SQL Server R2 RsFx Driver

SQL Server 2008 R2 SP2 Database Engine Services

I hope you are uninstalling from Add remove program. Can you first uninstall

SQL Server 2008 R2 SP2 Common Files are installed

SQL Server 2008 R2 Dabtabase Engine Shared

Microsfot SQL Server R2 RsFx Driver

SQL Server 2008 R2 SP2 Database Engine Services

And then uninstall the Microsoft SQL Server 2008 R2

Free Windows Admin Tool Kit Click here and download it now
April 1st, 2015 2:51pm

Thanks for your prompt reply.  That's what I did from last week, I had uninstalled following successfully.

SQL Server 2008 R2 SP2 Common Files are installed

SQL Server 2008 R2 Dabtabase Engine Shared

Microsfot SQL Server R2 RsFx Driver

SQL Server 2008 R2 SP2 Database Engine Services

But finally left below 2 files can't be uninstalled, the warning message as I indicate above.

Microsft SQL Server 2008 R2 Setup (English)

Microsfot SQL Server 2012 Setup (English)

So weird .....

April 1st, 2015 3:47pm

Thanks for your prompt reply.  That's what I did from last week, I had uninstalled following successfully.

SQL Server 2008 R2 SP2 Common Files are installed

SQL Server 2008 R2 Dabtabase Engine Shared

Microsfot SQL Server R2 RsFx Driver

SQL Server 2008 R2 SP2 Database Engine Services

But finally left below 2 files can't be uninstalled, the warning message as I indicate above.

Microsft SQL Server 2008 R2 Setup (English)

Microsfot SQL Server 2012 Setup (English)

So weird .....


Hi SYCRB560,

Are you able to uninstall SQL Server using the MSIEXEC /X {GUID} command as described in the below blog?
http://jermsmit.com/uninstall-of-sql-fails-with-error-about-rsfx-driver/


Thanks,
Lydia Zhang

Free Windows Admin Tool Kit Click here and download it now
April 1st, 2015 9:32pm

Thanks Lydia,

Finally I found the GUID of those programs still left behind in my system, I uninstall those programs by MSIEXEC /X successfully and eventually I can complete uninstall the setup program of SQL Server 2008 R2 and SQL Servier 2012 successfully.

Thanks for all your help and your team as well.

Wish you guys have a great weekend !

Brgds // stanley

April 3rd, 2015 7:26pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics