SQL Server Database Engine is missing in programs and features in control panel

Hussein J 1 Reputation point
2022-12-30T19:30:22.65+00:00

I am trying to uninstall SQL Server 2014 Express but when I try to uninstall Microsoft SQL Server 2014 Setup in control panel, it is telling me that I am unable to uninstall it because the following products are installed: SQL Server 2014 Database Engine.

The strange thing is that I cannot find SQL Server 2014 Database Engine in the list of programs in control panel.

So is there a way to manually delete SQL Server 2014 Database Engine ?

Thanks.

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,808 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Ronen Ariely 15,096 Reputation points
    2022-12-30T21:19:46.123+00:00

    Hi,

    "SQL Server 2014 Database Engine" is the basic feature of SQL Server. If you don't have it then the server is not installed (you might still have other shared features installed, which can be used for the next instance of the server that you install.

    In the list of application you do not see something like "SQL Server 2014 Database Engine" but something like "SQL Server 2014 (64-bit)", probably since it is treated not as separate application but "feature".

    When you go to the Add or Remove program

    275164-image.png

    Then you should see something like bellow (this is taken from SQL Server express 2017):

    275166-image.png

    So, this is the one you should uninstall: "SQL Server 2014 Database Engine"


  2. Seeya Xi-MSFT 16,446 Reputation points
    2023-01-02T02:31:59.427+00:00

    Hi @Hussein J ,

    As they said, "SQL Server 2014 Database Engine" is the basic feature of SQL Server. You can see this in the installation steps.
    275200-image.png
    If you want to keep the components related to SQL Server, you can uninstall only Microsoft SQL Server 2014 (64-bit).

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

    0 comments No comments