SQL Database Server 2019 Uninstall Error On Laptop

William Demler 11 Reputation points
2022-12-09T04:06:01.11+00:00

TITLE: Remove SQL Server 2019

------------------------------

There are validation errors on this page. Click OK to close this dialog box. Review errors at the bottom of the setup page, then provide valid parameters.

------------------------------

BUTTONS:
OK

------------------------------

[Error Message]
There are no valid SQL Server 2019 features to perform this operation.

[Details]
Microsoft.SqlServer.Setup.Chainer.Workflow.NoopWorkflowException: There are no valid SQL Server 2019 features to perform this operation.

================================================================================

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

6 answers

Sort by: Most helpful
  1. PandaPan-MSFT 1,931 Reputation points
    2022-12-12T05:55:20.557+00:00

    Hi @William Demler ,
    Try forcibly deleting in the CMD:
    Run the CMD as administrator (right click):
    269513-image.png

    Then insert wmic and product list:
    269541-image.png

    Find the indenitifying number you want to delete. The last step: restart cmd and use the following statement:
    msiexec/x{/IdentifyingNumber}

    You can get the result:
    269533-image.png

    wish you good luck!

    2 people found this answer helpful.

  2. João Fernando 5 Reputation points
    2023-02-24T14:31:16.77+00:00

    Hello, Today I went through the same situation, and to solve it, I stopped the main service of the instance that I want to uninstall, after that I managed to uninstall it without problems.

    1 person found this answer helpful.

  3. PandaPan-MSFT 1,931 Reputation points
    2022-12-09T05:38:22.37+00:00

  4. William Demler 11 Reputation points
    2022-12-09T05:44:56.203+00:00

    Unfortunately, that does not solve the problem. I only have one item in the window for removal. The only item I have is called Redistributable Features and when I select that and proceed, I get an error as indicated in my original question.


  5. Chanchal Rawat 1 Reputation point
    2022-12-09T06:42:54.107+00:00

    Hi @William Demler

    please can you share the logs file which may have more details to investigation the right cause

    parallelly please try the see the below linked ,

    https://learn.microsoft.com/en-us/answers/questions/370289/uninstalling-sql-server2019.html


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.