문제

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