Hi @Olusoji Daniel ,
Welcome to Microsoft Q&A forum.
As I understand from the question, you are getting Wait on the Database Engine recovery handle failed when trying to install SQL Server.
If you are working it on Windows 11, please follow the steps below if this helps:
- Uninstall all the SQL instances one by one ----Goto--control panel - uninstall a program - Microsoft SQL server (64 bit) - select remove option, select the particular instance, and uninstall.
- Repeat the same process till you uninstall all instances. Goto C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER (MSSQLSERVER indicates instances). Should not have any instances like this ex: MSSQL15.MSSQLSERVER.
- Restart the computer.
- Downloaded SQL server 2019 developer version and run as administrator choose basic installation process.
https://www.microsoft.com/en-us/sql-server/sql-server-downloads(SQL2019-SSEI-Dev) - Install SSMS as well:
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16 -- Free Download for SQL Server
Management Studio (SSMS) 18.12.1 (SSMS-Setup-ENU). - Restart the computer again and launch Microsoft SQL server management 2019.
Additionally, please refer to the below links which might help in your case:
https://www.youtube.com/watch?v=MrntM5uALZQ
If this answers your query, do click Accept Answer
and Up-Vote
for the same. And, if you have any further query do let us know.
Thank you.