I have a group of about 100 tasks that handles a three hour system maintenance window on a weekly basis. Currently, in order to schedule everything properly, I've split the tasks into 16 jobs to control the timing. The 1st job runs at 8:45pm, 2nd 8:50pm, 3rd at 8:55pm, etc. If, for some reason I need to reschedule the maintenance window, I have to go in and manually reschedule all 16 jobs.
I see that I can trigger jobs to start based off of other jobs, what I'm wondering is, if there is a way to set the time for the first job, and then schedule the other jobs to trigger based on the start time of the first job + X number of minutes.
Job 1 starts at 8:45pm, job 2 starts based on Job 1 start time + 5 minutes, job 3 starts based on Job 1 start time + 10 minutes.
Edited by moderator
2013-07-15T08:52:34Z
|
Reason: Not specified