Uninstall SQL Server 2012 without using SetupARP.exe

Patrick Harren 5 Reputation points
2024-02-21T18:15:11.0666667+00:00

I currently do not have access to SetupARP.exe. Is there another way to remove SQL Server 2012 from my system?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
{count} vote

5 answers

Sort by: Most helpful
  1. Michael Taylor 59,026 Reputation points
    2024-02-21T18:45:44.86+00:00

    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?


  2. 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

    0 comments No comments

  3. 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.

    0 comments No comments

  4. 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.


  5. 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 Server

    HKEY_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 :)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.