sp_cleanup_log_shipping_history (Transact-SQL)

此存储过程将根据保持期,清理本地和监视服务器上的历史记录。

主题链接图标Transact-SQL 语法约定

语法

sp_cleanup_log_shipping_history
[ @agent_id = ] 'agent_id',
[ @agent_type = ] 'agent_type'

参数

  • [ @agent_id = ] 'agent_id',
    用于备份的主 ID 或者用于复制或还原的辅助 ID。agent_id 的数据类型为 uniqueidentifier,且不能为 NULL。

  • [ @agent_type = ] 'agent_type'
    日志传送操作的类型。0 = 备份,1 = 复制,2 = 还原。agent_type 的数据类型为 tinyint,不能为 NULL。

返回代码值

0(成功)或 1(失败)

结果集

无。

注释

必须从任何日志传送服务器上的 master 数据库运行 sp_cleanup_log_shipping_history。此存储过程将根据历史记录保持期,清理 log_shipping_monitor_history_detaillog_shipping_monitor_error_detail 的本地和远程副本。

权限

只有 sysadmin 固定服务器角色的成员才能运行此过程。