I cannot install the SQL Server 2022 Developer Edition

Rafal 25 Reputation points
2024-11-24T13:42:09.16+00:00

I cannot install the SQL Server 2022 Developer Edition (x64) on the Microsoft Windows 10 Pro (10.0.19045). The Database Engine Services failed to install. Please see error messages and exit codes below:

Error installing SQL Server Database Engine Services Instance Features

Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.

Error code: 0x851A001A

Exit code (Decimal): -2061893606

Detailed results:

Feature: Database Engine Services

Status: Failed

Reason for failure: An error occurred during the setup process of the feature.

Next Step: Use the following information to resolve the error, uninstall this feature, and then run the setup process again.

Component name: SQL Server Database Engine Services Instance Features

Component error code: 0x851A001A

Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,786 questions
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,084 questions
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 113.1K Reputation points MVP
    2024-11-24T16:01:24.6+00:00

    The message Wait on the Database Engine recovery handle failed is a generic error that means that SQL Server did not start when Setup wanted to run configuration steps. To understand why it did not start, you need to look in the SQL Server errorlog, which you find in C:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\LOG\ERRORLOG. Feel free to upload the file. To be able to attach it here, you will to rename it to ERRORLOG.txt.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.