SQL Server Agent 資料表 (Transact-SQL)
此章節的主題描述儲存 SQL Server Agent 所用之資訊的系統資料表。 所有資料表都在 msdb 資料庫的 dbo 結構描述中。
本章節內容
dbo.sysalerts
針對每個警示各包含一個資料列。dbo.syscategories
包含 SQL Server Management Studio 用來組織作業、警示和運算子的類別目錄。dbo.sysdownloadlist
存放所有目標伺服器的下載指示佇列。dbo.sysjobactivity
包含目前 SQL Server Agent 作業的活動和狀態的相關資訊。dbo.sysjobhistory
包含 SQL Server Agent 執行排程作業的相關資訊。dbo.sysjobs
儲存 SQL Server Agent 所要執行之各項排程作業的資訊。dbo.sysjobschedules
包含 SQL Server Agent 要執行之作業的排程資訊。dbo.sysjobservers
儲存特定作業與一部或多部目標伺服器的關聯或關係。dbo.sysjobsteps
包含 SQL Server Agent 所要執行之作業中各個步驟的資訊。dbo.sysjobstepslogs
包含作業步驟記錄的相關資訊。dbo.sysnotifications
針對每項通知,各包含一個資料列。dbo.sysoperators
針對每個 SQL Server Agent 操作員,各包含一個資料列。dbo.sysproxies
包含 SQL Server Agent Proxy 帳戶的相關資訊。dbo.sysproxylogin
記錄每個 SQL Server Agent Proxy 帳戶的相關 SQL Server 登入。dbo.sysproxysubsystem
記錄每個 Proxy 帳戶使用哪個 SQL Server Agent 子系統。dbo.sysschedules
包含 SQL Server Agent 作業排程的相關資訊。dbo.syssessions
包含每個 SQL Server Agent 工作階段的 SQL Server Agent 開始日期。 每次啟動 SQL Server Agent 服務時,都會建立一個工作階段。dbo.syssubsystems
包含所有可用 SQL Server Agent Proxy 子系統的相關資訊。dbo.systargetservergroupmembers
記錄在這個多伺服器群組中,目前編列了哪些目標伺服器。dbo.systargetservergroups
記錄在這個多伺服器環境中,目前編列了哪些目標伺服器群組。dbo.systargetservers
記錄在這個多伺服器的作業網域中,目前編列了哪些目標伺服器。dbo.systaskids
包含舊版 SQL Server 中所建立的工作與目前版本中 Management Studio 作業的對應。