SQL Server Installation Failure: Unable to Install SQL Server (setup.exe)

Veselý Oldřich 20 Reputation points
2024-12-10T09:00:39.14+00:00

I previously had SQL Server 2022 installed on my computer, and it worked properly. After uninstalling it, I recently attempted to install it again, but the installation ends with an error message:

unable to install SQL server (setup.exe). Exit code /Decimal): -2064908287.

Can anyone help to fix this issue?

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

Accepted answer
  1. Erland Sommarskog 119.9K Reputation points MVP
    2024-12-10T22:14:20.0833333+00:00

    It seems to me that the installation has after all completed (relatively) successfully.

    There is an exception message about performance counters, and it is not uncommon to see this on re-installs. However, these errors are usually benign, and Setup jogs along and runs the remaining part of the Setup. I can see that it runs a number of configuration commands on SQL Server.

    Have you checked in SQL Server Configuration Manager if the service is running? If it is not can you start it? The name of the instance appears to be MSSQLSERVER03.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. LiHongMSFT-4306 31,311 Reputation points
    2024-12-11T02:37:58.2266667+00:00

    Hi @Veselý Oldřich

    Please also go to Windows Tools -> Services and check if SQL Server is running. Try start it if not.

    Best regards,

    Cosmog


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

    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.