Hi All,
I want to clean up SSIDB Database (Execution Data) manually. I checked the properties and found that currently we have 340 Days Retention Period and Maximum Number of Versions per Project is 10. There is SQL Agent Job: SSIS Server Maintenance Job created as part of Integration Services Catalogs setup/Configuration.
Default:
Retention Period (days)=365
Maximum Number of Versions per Project=10
I want to Change Retention Period (days)=90 days and Maximum Number of Versions per Project=5
What I noticed If I change "Integration Services Catalogs"-->SSISDB-->RIGHT Click-->Properties--> and change Retention Period (days) to 90 and Maximum Number of Versions per Project to 5 then It is trying to delete lot of data from SSISDB and log is getting full.
One way to do it like change Retention Period (days) from 340 to 335 and so on so that It will delete smaller dataset and log will not grow so much.
Other option I was looking for is to delete data manually and in loop.
Has anyone done similar thing..?
https://www.mssqltips.com/sqlservertip/4811/sql-server-integration-services-catalog-best-practices/
https://www.timmitchell.net/post/2018/12/30/a-better-way-to-clean-up-the-ssis-catalog-database/
Thanks Shiven:) If Answer is Helpful, Please Vote