Transact-SQL 参考

sysjobservers

存储特定作业与一个或更多目标服务器的关联或关系。

列名 数据类型 描述
job_id uniqueidentifier 作业标识号。
server_id int 服务器标识号。
last_run_outcome tinyint 作业上次运行的结果:

0 = 成功
1 = 失败
2 = 取消

last_outcome_
message
nvarchar(1024) last_run_outcome 列关联的消息(若有)。
last_run_date int 上次运行作业的日期。
last_run_time int 上次运行作业的时间。
last_run_duration int 作业运行的持续时间(以秒为单位)。