为什么我的ms sql server不能启动?
出错信息An error1068 (依存服务或组无法启动)
occurred while performing this serice operation on the MSSQLERVER service
经过检查,我发现win2000中的server也不能启动
如果你改了操作系统密码
在windows控制面版-->管理工具-->服务-->MSSQLSERVER-->属性-->改为你的新的操作系统密码!
或
在windows控制面版-->管理工具-->服务-->MSSQLSERVER-->属性-->改为本地登陆!
控制面版->管理工具->服务->MSSQLSERVER->属性->操作系统登录密码
CAUSE
Because the computer is a stand-alone computer, the NetLogon service does not start on the server, hence no domain-wide logon authentications are possible.
RESOLUTION
To resolve the problem, use these steps:
Change the startup account of both the MSSQLSERVER and SQLServerAgent to use the Local System account.
use local\administrator start MSSQLSERVER service
Restart the computer.