I want to get a report of every job I have scheduled and the times that I have those jobs scheduled. Is there an easy way to get this information from the API in a "readable" format?
I have seen by looking at the Triggers array and then at the TTime object within the trigger, I get a list of the time triggers that are set, but there are a ton of fields in there and what I'm really just looking for is something that says:
Every 4 hrs from 12:00am to 11:59:59pm
Or something to that effect.
If it wasn't available through the API, but could be generated from the Client - something that would list each job, and then next to each job it would give you the schedule(s) for that job. This way you could have an excel sheet (if you were to dump it as a tab delimited file) that would let you see all of your jobs and when they were going to run - you could verify at a glance where you had space to run other jobs?
Maybe even at some point a view that would let you see what jobs where scheduled to run where (look at Idera's SQL Job Manager -it's currently free) - but it will give you a schedule view of all the jobs that are out there and it walks through the schedule as time goes on showing you what's currently running.
Edited by moderator
2011-08-22T08:57:32Z
|
Reason: Not specified