当前位置: 代码迷 >> Sql Server >> sql agent功课达到上限,不能启动
  详细解决方案

sql agent功课达到上限,不能启动

热度:91   发布时间:2016-04-24 10:10:59.0
sql agent作业达到上限,不能启动
版本是SQL SERVER2008R2, SQL AGENT日志里的错误如下

Date 8/7/2014 8:39:24 AM
Log SQL Server Agent (Current - 8/7/2014 8:43:00 AM)

Message
[398] The job (Distribution clean up: distribution) has been queued because the maximum number of working threads (100) are already running.  This job will be executed as soon as one of the working thread finishes execution.

我已经更新了表msdb.dbo.syssubsystems的max_worker_threads的值,连服务器都重启过了
但是显然并没有应用这个更改后的值,SQL AGENT依然使用的是100这个默认值。

哪位大侠遇到过,给帮忙看看怎么解决
多谢
------解决方案--------------------
请问SQL Job是在执行什么?
LZ又是修改了syssubsystems里哪个subsystem的max_worker_threads值?
------解决方案--------------------
你的job是干嘛的?
  相关解决方案