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.
How to fix the error in sql server installation?
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.
2 additional answers
Sort by: Most helpful
-
Olaf Helper 46,546 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.
-
Seeya Xi-MSFT 16,571 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