MSsnapshot_history (Transact-SQL)

適用於:SQL Server

MSsnapshot_history數據表包含與本機散發者相關聯之 快照集代理程式 的歷程記錄數據列。 此數據表會儲存在散發資料庫中。

資料行名稱 資料類型 描述
agent_id int 快照集代理程式的標識碼。
runstatus int 執行中狀態:

1 = 開始。

2 = 成功。

3 = 進行中。

4 = 閑置。

5 = 重試。

6 = 失敗。
start_time datetime 開始執行作業的時間。
time datetime 記錄訊息的時間。
duration int 訊息會話的持續時間,以秒為單位。
評論 nvarchar(255) 消息正文。
delivered_transactions int 會話中傳遞的交易總數。
delivered_commands int 每秒傳遞的命令數目。
delivery_rate float(53) 每秒平均傳遞的命令數。
error_id int MSrepl_errors系統數據表中錯誤的標識碼。
timestamp timestamp 此數據表的時間戳數據行。

另請參閱

複寫資料表 (Transact-SQL)
複寫檢視 (Transact-SQL)