How to fix the error in sql server installation?

Raja Reddy 20 Reputation points
2023-04-04T07:48:48.54+00:00

I am facing the error while installing the sql server as(wait on database engine recovery handle failed)(Screenshot 2023-03-30 205333.png). And also when i am trying to start the SQL server service it is throwing error(Screenshot 2023-04-04 131338.png). I tried multiples times to install but it fails. So, Please help me to solve this issue.

SQL Server | Other
{count} votes

Accepted answer
  1. Viorel 122.6K Reputation points
    2023-04-04T08:01:30.4133333+00:00

    For “Wait on the Database Engine recovery handle failed”, there are several resolutions: https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size. If it is not possible to use a supported disk, maybe you can set the trace flag using the -T option.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Olaf Helper 47,516 Reputation points
    2023-04-04T07:56:59.96+00:00

    Do what the error message says: Viewing the SQL Server Error Log for more details.

    0 comments No comments

  2. Seeya Xi-MSFT 16,586 Reputation points
    2023-04-04T08:34:21.54+00:00

    Hi @Raja Reddy, First you should go to the error log and check if there is a corresponding error about the sector. If there is, you can follow the solution in the documentation. You need to make sure that SQL Server is installed successfully, and then see if its services are started successfully. Best regards, Seeya

    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.