Skip to content

Latest commit

 

History

History
99 lines (74 loc) · 5.86 KB

File metadata and controls

99 lines (74 loc) · 5.86 KB
title SQL Server Agent Tables (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-non-specified
ms.prod_service database-engine
ms.service
ms.component system-tables
ms.reviewer
ms.suite sql
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
SQL Server Agent, system tables
system tables [SQL Server], SQL Server Agent
ms.assetid 6cb39bfd-079e-4be4-9c42-2fa234c65ce1
caps.latest.revision 14
author JennieHubbard
ms.author jhubbard
manager jhubbard
ms.workload On Demand

SQL Server Agent Tables (Transact-SQL)

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

The topics in this section describe the system tables that store information used by [!INCLUDEssNoVersion] Agent. All tables are in the dbo schema in the msdb database.

In This Section

dbo.sysalerts
Contains one row for each alert.

dbo.syscategories
Contains the categories used by [!INCLUDEssManStudioFull] to organize jobs, alerts, and operators.

dbo.sysdownloadlist
Holds the queue of download instructions for all target servers.

dbo.sysjobactivity
Contains information about current [!INCLUDEssNoVersion] Agent job activity and status.

dbo.sysjobhistory
Contains information about the execution of scheduled jobs by [!INCLUDEssNoVersion] Agent.

dbo.sysjobs
Stores the information for each scheduled job to be executed by [!INCLUDEssNoVersion] Agent.

dbo.sysjobschedules
Contains schedule information for jobs to be executed by [!INCLUDEssNoVersion] Agent

dbo.sysjobservers
Stores the association or relationship of a particular job with one or more target servers.

dbo.sysjobsteps
Contains the information for each step in a job to be executed by [!INCLUDEssNoVersion] Agent.

dbo.sysjobstepslogs
Contains information about job step logs.

dbo.sysnotifications
Contains one row for each notification.

dbo.sysoperators
Contains one row for each [!INCLUDEssNoVersion] Agent operator.

dbo.sysproxies
Contains information about [!INCLUDEssNoVersion] Agent proxy accounts.

dbo.sysproxylogin
Records which [!INCLUDEssNoVersion] logins are associated with each [!INCLUDEssNoVersion] Agent proxy account.

dbo.sysproxysubsystem
Records which [!INCLUDEssNoVersion] Agent subsystem is used by each proxy account.

dbo.sysschedules
Contains information about [!INCLUDEssNoVersion] Agent job schedules.

dbo.syssessions
Contains the [!INCLUDEssNoVersion] Agent start date for each [!INCLUDEssNoVersion] Agent session. A session is created each time the [!INCLUDEssNoVersion] Agent service starts.

dbo.syssubsystems
Contains information about all available [!INCLUDEssNoVersion] Agent proxy subsystems.

dbo.systargetservergroupmembers
Records which target servers are currently enlisted in this multiserver group.

dbo.systargetservergroups
Records which target server groups are currently enlisted in this multiserver environment.

dbo.systargetservers
Records which target servers are currently enlisted in this multiserver operation domain.

dbo.systaskids
Contains a mapping of tasks created in earlier versions of [!INCLUDEssNoVersion] to [!INCLUDEssManStudio] jobs in the current version.