C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20230601_130652

Mouca Mama 10 Reputation points
2023-06-01T17:25:16.9533333+00:00

C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log\20230601_130652

hello how do I fix this error that I keep getting when installing SQL server Screenshot 2023-06-01 132314

SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-06-01T21:03:51.9566667+00:00

    "Wait on the Database Engine recovery handle failed" is a generic message which means that SQL Server did not start when Setup needed to run configuration. As the message says, you need to check the SQL Server errorlog. You find it in C:\Program Files\Microsoft SQL Server\MSSQL16.SQLEXPRESS\MSSQL\LOG\ERRORLOG.

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

    0 comments No comments

  2. Olaf Helper 47,436 Reputation points
    2023-06-02T05:59:34.3066667+00:00

    First do, what the error message say: Review the SQL Server ErrorLog for more details, see

    https://learn.microsoft.com/en-us/sql/tools/configuration-manager/viewing-the-sql-server-error-log?view=sql-server-ver16

    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.