Reputation: 1466
I've deployed SSIS packages into SSMS (SQL Server Management Studio) and tried to execute project. But, It failed to run due to some configuration errors.
In order to resolve issues, I changed configurations multiple times and executed SSIS project in SSMS. Now, issues resolved and job is running successfully.
However, execution information report shows lot of failure entries and I'd like to delete them.
Experts, could you please help with how to delete those entries?
Thanks in advance.
Upvotes: 1
Views: 4773
Reputation: 660
Under 'Integration Services Catalogs', right click SSISDB - Properties, under 'Operations Log', 'Retention Period', by default installation, it is 365 days. You may adjust it. SQL Server will delete for you. It will delete all projects log, not just this project.
The other way is to delete records in database SSISDB tables. Not recommended.
Upvotes: 1