MSlogreader_history (Transact-SQL)

適用於:SQL Server

MSlogreader_history數據表包含與本機散發者相關聯的記錄讀取器代理程式記錄數據列。 此數據表會儲存在散發資料庫中。

資料行名稱 資料類型 描述
agent_id int 記錄讀取器代理程式的識別碼。
runstatus int 執行中狀態:

1 = 開始。

2 = 成功。

3 = 進行中。

4 = 閑置。

5 = 重試。

6 = 失敗。
start_time datetime 開始執行作業的時間。
time datetime 記錄訊息的時間。
duration int 訊息會話的持續時間,以秒為單位。
評論 nvarchar(255) 消息正文。
xact_seqno varbinary(16) 上次處理的交易序號。
delivery_time int 第一次交易傳遞的時間。
delivered_transactions int 會話中傳遞的交易總數。
delivered_commands int 會話中傳遞的命令總數。
average_commands int 會話中傳遞的命令平均數目。
delivery_rate float 每秒平均傳遞的命令數。
delivery_latency int 命令輸入已發佈資料庫和進入散發資料庫之間的延遲。 以毫秒為單位。
error_id int MSrepl_error系統數據表中錯誤的標識碼。
timestamp timestamp 此數據表的時間戳數據行。
updateable_row bit 如果可以覆寫記錄數據列,請將 設定為 1

另請參閱

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