Unable to uninstall SQL Server 2019 express

Guerrero Aguila 20 Reputation points
2023-03-08T23:30:32.3133333+00:00

I am trying to uninstall SQL Server 2019 express

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 questions
0 comments No comments
{count} votes

Accepted answer
  1. Seeya Xi-MSFT 16,461 Reputation points
    2023-03-09T02:18:16.2166667+00:00

    Hi @Guerrero Aguila ,

    Do you have any error messages to report. If so, you can post it. In order to solve your problem more efficiently, you need to add more details to your problem.

    Also, here is a step by step to uninstall a clean SQL Server. I'll put it here first.

    Please follow the below steps to remove all components of previous installed SQL Server completely:

    1. Remove all SQL Server components from 'Programs and Features'
    2. Backup the registry
    3. Delete the following keys in regedit:

    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server

    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

    1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server
    2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server
    3. Reboot the machine

    If you want to install it again, please use an administrator account to reinstall SQL Server on your computer(Right click->run as administrator).

    Best regards,

    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Peter_1985 2,586 Reputation points
    2023-03-09T06:56:12.4233333+00:00

    Hi,

    You can do the steps like

    Control Panel\Programs and features\Right-click Microsoft SQL Server Express and select "Uninstall" and follow it up to finish the steps.

    0 comments No comments