共用方式為


dbo.sysjobservers (Transact-SQL)

儲存特定作業與一部或多部目標伺服器的關聯或關係。此資料表會儲存在 msdb 資料庫中。

資料行名稱

資料類型

說明

job_id

uniqueidentifier

作業識別碼。

server_id

int

伺服器識別碼。

last_run_outcome

tinyint

作業上次執行的結果:

0 = 失敗

1 = 成功

3 = 取消

last_outcome_ message

nvarchar(1024)

關聯的訊息 (如果有的話),包含 last_run_outcome 資料行。

last_run_date

int

上次執行作業的日期。

last_run_time

int

前次執行作業的時間。

last_run_duration

int

此作業執行的持續時間 (以時、分和秒為單位)。 使用以下公式來計算:(hours*10000) + (minutes*100) + seconds。

請參閱

其他資源

SQL Server Agent 資料表 (Transact-SQL)