Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 979 Bytes

dbo-systaskids-transact-sql.md

File metadata and controls

31 lines (26 loc) · 979 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
dbo.systaskids (Transact-SQL)
dbo.systaskids (Transact-SQL)
VanMSFT
vanto
08/09/2016
sql
system-objects
reference
systaskids_TSQL
dbo.systaskids
systaskids
dbo.systaskids_TSQL
systaskids system table
TSQL

dbo.systaskids (Transact-SQL)

[!INCLUDE SQL Server]

Contains a mapping of tasks created in earlier versions of [!INCLUDEssNoVersion] to [!INCLUDEssManStudioFull] jobs in the current version. This table is stored in the msdb database.

Column name Data type Description
task_id int ID of the task
job_id uniqueidentifier ID of the job to which the task is mapped