SQL instances still remain after uninstalling

Alvaro_Arancibia_P 1 Reputation point
2021-03-12T12:29:36.807+00:00

Hi,
I carried out the uninstallation of SQL server on my computer including the instances. When I reinstall SQL server they keep appearing. How can I permanently remove them to reuse the default instance name?

77128-sql-server-instances.png

Thanks in advance

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,693 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,960 questions
{count} votes

2 answers

Sort by: Most helpful
  1. CarrinWu-MSFT 6,851 Reputation points
    2021-03-17T02:22:39.267+00:00

    Hi @Alvaro_Arancibia_P ,

    Have you run setup.exe as administrator? The error code: 0x84BB0001 occurs under the following scenarios, so please make sure there have enough permissions to install SQL Server. You could get more details from this link.

    1. Remnants of previous failed SQL Server installations still exist on your computer.
    2. SQL Server installation is corrupted, you may need to download the SQL Server media again, and try install SQL Server again.
    3. The user did not have the permissions to access the register, you can grant full permissions to below registry keys to the setup account and SQL Service account.
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\120\

    Best regards,
    Carrin


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Anonymous
    2022-11-24T00:53:23.03+00:00

    I find that Services are still listed in services.msc after removal. Of course they cannot be started. The only real solution seems to be a ground up re-install of the platform without MSSQLServer.

    In addition, upon a re-install we are presented with "One or more SQL Server 2019 CTP 3.x instances detected. To install a second instance, click Accept. To perform and in-place upgrade to the new CTP, click Previous, then Custom."

    So nuking from orbit seems the only way.