Wait on the Database Engine recovery handle failed!! SQL Server 2012 installation

前端 未结 2 1237
庸人自扰
庸人自扰 2020-12-05 03:38

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 i

相关标签:
2条回答
  • 2020-12-05 03:54

    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.

    0 讨论(0)
  • 2020-12-05 03:56

    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.

    0 讨论(0)
提交回复
热议问题