SQL2012安装 SQL Server 数据库引擎服务实例功能 时出错 等待数据库引擎恢复句柄失败,怎么解救
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQL2012安装 SQL Server 数据库引擎服务实例功能 时出错 等待数据库引擎恢复句柄失败,怎么解救相关的知识,希望对你有一定的参考价值。
参考技术A Hi,1.You need to Uninstall all the previous Installations of SQL Server.You not only need to uninstall them,also you need to delete all the registry values related to SQL server.
2.Navigate to C:\Program Files\Microsoft SQL Server and delete all the files present in the folder.
3.Double click on the SQL Server setup to begin the installation and proceed with the default settings. When you come to Server Configuration Screen, Change the Account Name of Database Engine Service to NT AUTHORITY\NETWORK SERVICE.
4.If, after changing the Account Name to NT AUTHORITY\NETWORK SERVICE, you are getting validation error it means that your previous installation files of SQL Server are not completely removed.Try to change the Instance name of the SQL Server.Also delete all the registry files of previous installations. 参考技术B 将sa用户增加到管理员组即可
以上是关于SQL2012安装 SQL Server 数据库引擎服务实例功能 时出错 等待数据库引擎恢复句柄失败,怎么解救的主要内容,如果未能解决你的问题,请参考以下文章