MSsnapshot_history (Transact-SQL)

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

列名 数据类型 说明

agent_id

int

快照代理的 ID。

runstatus

int

运行状态:

1 = 启动。

2 = 成功。

3 = 正在进行。

4 = 空闲。

5 = 重试。

6 = 失败。

start_time

datetime

开始执行作业的时间。

time

datetime

记录消息的时间。

duration

int

消息会话的持续时间(秒)。

comments

nvarchar(255)

消息正文。

delivered_transactions

int

会话中传递的事务总数。

delivered_commands

int

每秒传递的命令数。

delivery_rate

float(53)

平均每秒传递的命令数。

error_id

int

MSrepl_errors 系统表中的错误 ID。

timestamp

timestamp

该表的时间戳列。

请参阅

参考

将 SQL Server 2000 系统表映射到 SQL Server 2005 系统视图

其他资源

Integration Services 表
备份表和还原表
日志传送表

帮助和信息

获取 SQL Server 2005 帮助