Error while Installing SQL Server 2019

Petar Bozinoski 20 Reputation points
2023-05-23T17:07:57.37+00:00

Hi i have an error while installing SQL Server 2019 .

This is what it pops up when the installation is finished

Screenshot_2

Here is the summary and Detail file:

Detail.txt

Summary_Petar_20230523_185611.txt

Thank you for your help!

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,653 questions
0 comments No comments
{count} votes

Accepted answer
  1. Erland Sommarskog 100.8K Reputation points MVP
    2023-05-23T21:46:33.43+00:00

    The error about wait for the Database Engine recovery handle means that SQL Server did not start when Setup wanted to run configuration. There can be multiple reasons why this happens.

    To understand why, you need to do as the message says: look in the SQL Server errorlog. You find it C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\LOG\ERRORLOG.

    If you see a message about 256 misaligned reads, you are running into a known issue where Windows 11 is reporting a disk-sector size for certain drives that SQL Server cannot cope with. Microsoft has published an article with workarounds for the problem.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful