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
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 questions
{count} votes

Accepted answer
  1. Viorel 114.7K 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 43,246 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,461 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