服务器重启后,无法启动SQL服务。得到错误:
Service: MSSQL$SQLEXPRESS
Domain and account: NT Service\MSSQL$SQLEXPRESS
This service account does not have the required user right "Log on as a service."
User Action
Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user right is assigned to the Cluster service account on all nodes in the cluster.
在“作为服务登录”窗口中禁用添加用户或组的按钮。
所以无法添加任何用户/组..
服务器:WindowsServer 2008 R2
我连接了远程桌面。
,由于
答案 0 :(得分:2)
尝试将服务帐户更改为“网络服务”
开始 - 管理工具 - 服务或开始 - 控制面板 - 管理工具 - 服务
查找“Sql Server(SQLEXPRESS)” - 右键单击 - 属性
选择登录选项卡 - 单击浏览 - 键入“网络服务” - 单击“确定” - 单击“确定”
右键单击“Sql Server(SQLEXPRESS)” - 开始