Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server MS SQL 2005:奇怪的维护计划子计划行为:每个SP在奇数时间运行所有其他SP的所有任务_Sql Server_Sql Server 2005_Scheduling_Maintenance Plan - Fatal编程技术网

Sql server MS SQL 2005:奇怪的维护计划子计划行为:每个SP在奇数时间运行所有其他SP的所有任务

Sql server MS SQL 2005:奇怪的维护计划子计划行为:每个SP在奇数时间运行所有其他SP的所有任务,sql-server,sql-server-2005,scheduling,maintenance-plan,Sql Server,Sql Server 2005,Scheduling,Maintenance Plan,(SQL Server 2005)我在安排包含3个子计划(SP)的维护计划(MP)时遇到问题 SP1计划每小时运行一次 SP2每天7:00和 星期日8点SP3 阅读MP历史,我发现发生的事情(我知道这看起来很疯狂)是: 从作业活动监视器中,SP1的上次运行时间为14,SP2和SP3从未执行过。 作业活动监视器中正确安排了所有SP(明天7点的SP2,下周日8点的SP3) 你知道发生了什么事吗 非常感谢 Wentu唯一的解释是sp1和sp2每天7点相撞,sp1和sp3周日相撞,假设sp1在凌晨1

(SQL Server 2005)我在安排包含3个子计划(SP)的维护计划(MP)时遇到问题

  • SP1计划每小时运行一次
  • SP2每天7:00和
  • 星期日8点SP3
阅读MP历史,我发现发生的事情(我知道这看起来很疯狂)是:

从作业活动监视器中,SP1的上次运行时间为14,SP2和SP3从未执行过。
作业活动监视器中正确安排了所有SP(明天7点的SP2,下周日8点的SP3)

你知道发生了什么事吗

非常感谢


Wentu

唯一的解释是sp1和sp2每天7点相撞,sp1和sp3周日相撞,假设sp1在凌晨1、2、3点运行,以此类推

建议您将sp1更改为盈亏平衡小时数,如1.30、2.30


请分享您的结果

唯一的解释是sp1和sp2每天在7点碰撞,而sp1和sp3在周日碰撞,假设sp1在凌晨1、2、3点等运行

建议您将sp1更改为盈亏平衡小时数,如1.30、2.30

请分享你的结果

11: SP1 runs and executes all the tasks of SP1 SP2 and SP3
12: SP2 runs and does the same
13: SP3 runs and does the same
14: SP1 runs and does the same