Вопрос

I need to determine all SQL Server Agent Jobs that will run on a specific date in the future. Is it possible to determine all jobs that will run on a future date based on its current schedule.

I know I can get the next_run_date value from MSDB..SYSJOBSCHEDULES but need this extended somehow to pass any date in the future.

Это было полезно?
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top