Database engine service failed in SQL server 2022 in windows 11

Database engine service failed in SQL server 2022 in windows 11

Method 1

You can try to uninstall it cleanly and install it again.

Please follow the below steps to remove all components of previous installed SQL Server completely:

  1. Remove all SQL Server components from ‘Programs and Features’
  2. Backup the registry
  3. Delete the following keys in regedit:

–HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server

–HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

  1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server
  3. Reboot the machine

In addition, please use an administrator account to reinstall SQL Server on your computer(Right click->run as administrator).

You can check the installation conditions before installation by referring to the following link.

refer to below link on Microsoft website for more information

https://learn.microsoft.com/en-us/answers/questions/1193890/how-do-i-fix-mssql-server-2022-database-engine-ser

Method 2

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *