Hi,
Does anyone know a way to export a list of scheduled packages including the name, schedule, and duration?
I'd like to make sure I don't have any contention between the scheduled packages and other jobs running on the SQL server back-end. tblSchedule does not appear to contain the schedule or duration. It appears Windows Task Manager is used to actually start execution and contains the job schedules.
The "Package Scheduler Status", although limited, appears to have the best UI for viewing this information. If I could simply export this to a csv, xml, or txt file I could then easily compare it to scheduled SQL jobs.
From a profiler trace, it looks like I may be able to pull this from the osoft scheduling service somehow?
http://[hostname]/OSoft/App/SchedulingService/SchedulingService.asmx
Thanks,
Jon