Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.58 KB

File metadata and controls

40 lines (34 loc) · 1.58 KB
title dbo.sysjobschedules (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 08/09/2016
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology system-objects
ms.topic language-reference
f1_keywords
sysjobschedules
dbo.sysjobschedules
dbo.sysjobschedules_TSQL
sysjobschedules_TSQL
dev_langs
TSQL
helpviewer_keywords
sysjobschedules system table
ms.assetid ccdafec7-2a9b-4356-bffb-1caa3a12db59
author stevestein
ms.author sstein

dbo.sysjobschedules (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

Contains schedule information for jobs to be executed by [!INCLUDEssNoVersion] Agent. This table is stored in the msdb database.

NOTE: The sysjobschedules table refreshes every 20 minutes, which may affect the values returned by the sp_help_jobschedule stored procedure.

Column name Data type Description
schedule_id int ID of the schedule.
job_id uniqueidentifier ID of the job.
next_run_date int Next date on which the job is scheduled to run. The date is formatted YYYYMMDD.
next_run_time int Time at which the job is scheduled to run. The time is formatted HHMMSS, and uses a 24-hour clock.

See Also

dbo.sysschedules (Transact-SQL)