我在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
所以这也是有道理的。
这个问题有解决办法吗?