MSsnapshot_history (Transact-SQL)

适用于:SQL Server

MS快照_history 表包含与本地分发服务器关联的快照代理的历史记录行。 此表存储在分发数据库中。

列名称 数据类型 描述
agent_id int 快照代理的 ID。
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系统表中错误的 ID。
timestamp timestamp 该表的时间戳列。

另请参阅

复制表 (Transact-SQL)
复制视图 (Transact-SQL)