0

服务器重新启动后无法启动 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

我连接抛出远程桌面。

,谢谢

4

1 回答 1

2

尝试将服务帐户更改为“网络服务”

开始 - 管理工具 - 服务或开始 - 控制面板 - 管理工具 - 服务

找到“Sql Server(SQLEXPRESS)”——右键——属性

选择登录选项卡-单击浏览-键入“网络服务”-单击“确定”-单击“确定”

右键单击“Sql Server (SQLEXPRESS)” - 开始

于 2013-03-12T12:20:32.110 回答