Error Exit code (Decimal): -2064908287 when installing Microsoft SQL Server Developer 2022

David Cabezas Sánchez 0 Reputation points
2025-07-12T19:15:38.3666667+00:00

Hi there, community!

I'm just a guy who wants to become a Business Analyst. I was recomended to learn SQL on my own and, I decided to give a try to Microsoft SQL server. However, when I try to install the program, I'm getting this error.

SQL Error

I have tried changing the language of the device, as well as changing the region and the format; however, I still get the same error. Any ideas?

SQL Server Database Engine
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 122K Reputation points MVP Volunteer Moderator
    2025-07-12T21:26:07.7266667+00:00

    Looking at the files for the most recent attempt MSSQLSERVER06, it seems that it might have gone OK after all. This is the chain of events:

    1. Installation/uninstall of perfcounters fails.
    2. Setup continues nevertheless, as this error is consider benign.
    3. But at the end, Setup recalls the exception and decides that it has failed.

    Judging from the file ERRORLOG (the most recent), SQL Server is up and running normally.

    Have you installed SQL Server Management Studio, SSMS? If not download and install and then try to connect to .\MSSQLSERVER06 (or any of the other instances). SSMS is a separate install and entirely independent of SQL Server.

    1 person found this answer helpful.
    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.