服务器重新启动时 SQL Server 代理未自动启动

SQL Server Agent not starting automatically on server reboot(服务器重新启动时 SQL Server 代理未自动启动)
本文介绍了服务器重新启动时 SQL Server 代理未自动启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到在我们的一些服务器上重新启动/关闭后 SQL 代理不会自动启动(SQL 服务器启动正常).该服务设置为在 Windows 中自动启动.当我们手动启动 SQL 代理时,它启动正常.

I have noticed that SQL Agent does not start automatically after a reboot/shutdown on a few of our servers (SQL server starts up fine). The service is set to automatically start in windows. When we start SQL agent manually, it starts fine.

推荐答案

在以下路径中添加您的 Windows 级别用户:

Add your windows level user in following path:

点击开始 - 运行 - Secpol.msc

Click on Start - Run - Secpol.msc

转到:本地政策 - 用户权限分配

确保运行 SQL 代理服务的用户帐户具有以下分配:

Ensure the user account your running the SQL Agent Service under has the following assignments:

  1. 作为操作系统的一部分

  1. Act as a part of the Operating system

绕过遍历检查

在内存中锁定页面

作为服务登录

登录批处理作业

替换进程级令牌

如果没有,请添加它们并尝试重新启动系统.您的 SQL Server 现在应该作为服务自动启动.

If not, please add them and try restarting your system. Your SQL Server should be now be automatically starting as a service.

这篇关于服务器重新启动时 SQL Server 代理未自动启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)