Article Content
Article Number | 000033280 |
Applies To | RSA Product Set: Archer |
Issue | The database tables tblDataFeedHistory and tblDataFeedMessage store Data Feed history and run detail messages. These tables can become very large over time. This article explains how these tables be cleaned out so that they only store data for a certain length of time. |
Resolution | The attached SQL script deletes data feed history and run detail data older than 90 days. The notes included in the script provide instructions for changing the retention period. Set up a SQL Agent job in SQL Server Management Studio to run the script periodically, such as once per week. |