Skip to content Skip to sidebar Skip to footer

Wait On The Database Engine Recovery Handle Failed!! SQL Server 2012 Installation

Can someone please guide me on how to overcome the following error. I am trying to install SQL Server 2012 Express on my win7 32bit system. I had SQL Server 2008 R2 32 bit installe

Solution 1:

Ok, after 6 hours of struggle and 'googling' I could finally get this work. The problem was due to some account name conflict. Here are the steps I followed to set it right

1) Un-installed the SQLserver

3) Re-installed it back with following changes

  • In the server configuration section, I changed the account name details to "NT AUTHORITY/LOCALSERVICE" (during the installation process)

Please remember to set it as "NT AUTHORITY/NETWORKSERVICE" if LOCAL SERVICE is not allowed.


Solution 2:

The problem is with the new account creation after Windows 8.1 Update 1 for me. If you are trying to install on Win8.1.1 try the instructions found here

Basically you need to reset the permissions on the default account. I remember someone having problems with creating new child accounts after this update as well.


Post a Comment for "Wait On The Database Engine Recovery Handle Failed!! SQL Server 2012 Installation"