我在 SSRS 2012 中的报告计划在特定日期每季度运行一次,即15th Jan, 15th Apr, 15th Jul & 15th Oct
。
我的共享日程安排配置为:Ticked 'Month', selected Jan, Apr, Jul & Oct, set 'On calendar day(s)' to '15'.
计划正确显示,但实际上是在每个月的15th
运行。
了解这些计划实际上是使用SQL Server代理实现的。我检查作业并发现有问题的作业有4个计划。
15th day of every 12 month starting on the 1 jan 2013
15th day of every 12 month starting on the 1 apr 2013
15th day of every 12 month starting on the 1 jul 2013
15th day of every 12 month starting on the 1 oct 2013
所以这也是有道理的。
这个问题有解决方法吗?
答案 0 :(得分:0)