sys.sp_help_jobs_in_schedule

general
#stored-procedure

Description

Returns information about the jobs that a particular schedule is attached to. The identifier of the schedule to list information for.

Syntax

sp_help_jobs_in_schedule
[ [ @schedule_name = ]
N
'schedule_name'
]
[ , [ @schedule_id = ] schedule_id ]
[ ; ]