SetupARP? Like the Corel product? What does that have to do with uninstalling SQL 2012? Can you not just go into Programs & Features and select the Microsoft SQL 2012 product and remove it?
Uninstall SQL Server 2012 without using SetupARP.exe
I currently do not have access to SetupARP.exe. Is there another way to remove SQL Server 2012 from my system?
SQL Server
5 answers
Sort by: Most helpful
-
-
Olaf Helper 46,791 Reputation points
2024-02-21T18:46:59.4066667+00:00 Sure, as with any other application: System Settings => Apps => Installed Apps and Feature. Mark it => uninstall
-
ZoeHui-MSFT 41,466 Reputation points
2024-02-22T01:56:42.38+00:00 Hi @Patrick Harren,
You may remove all SQL Server components from control panel -->Programs and Features-->uninstall.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
-
Patrick Harren 5 Reputation points
2024-02-29T08:57:00.73+00:00 No one addressed the problem. They all suggested redoing the failing procedure. I finally deleted the related files and manually deleted the registry entries for MSSQL.
-
LukeM-3658 0 Reputation points
2025-02-05T23:49:36.3766667+00:00 Hi, posting this in case nobody previously sorted it and for future reference: I had this issue with MS SQL 2022 today but managed to solve it after uninstalling every mention of SQL in the Installed Apps list by deleting the below regedit keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL ServerHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
Then went to: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall and used CTRL+F to locate "SetupARP.exe" and deleted every key related to MS SQL 2022.
I initially couldn't find some of the SQL keys in the last location so I found and used "BCUninstaller" to double check for me which was successful and SQL no longer appears in my Installed Apps list.
Hope this helps :)