Agent History purge

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Agent History purge相关的知识,希望对你有一定的参考价值。

每次使用Job Activity Monitor查看Job执行的History都会很慢,查看一下Agent History的记录数量达到150多万条,msdb.dbo.sysjobhistory表占用的Space达到1GB,难怪每次都那么慢。

技术分享

 

使用如下两条语句来Cleanup和设置周期性Cleanup 

EXEC msdb.dbo.sp_purge_jobhistory  @oldest_date=2016-01-30T18:35:52
GO

EXEC msdb.dbo.sp_set_sqlagent_properties @jobhistory_max_rows=10000, 
        @jobhistory_max_rows_per_job=100
GO

 

以上是关于Agent History purge的主要内容,如果未能解决你的问题,请参考以下文章

SQL Server-sys purge history job failed issue

Agent History5:Job Activity Monitor 查看Job History的代码

PHP代码-psysh调试代码片段工具

Redux&React路由器:梳理调度和导航(history.push)

Discord.JS Purge.js 命令问题

带有 discord.py 的 Discordbot 不会使用命令 ctx.channel.purge(*amount*) 删除消息