Optimizing SSIS Catalog Cleanup
Kevin Feasel
2018-12-31
Integration Services
No Comment
Tim Mitchell has a script which replaces [internal].[cleanup_server_retention_window] in the SSISDB database: Earlier this week, Iblogged about the automatic cleanup processthat purges old data from the SSIS catalog logging tables. This nightly process removes data for operations that are older than 365 days. While this is useful, many SSIS admins have complained that this process […] Read More Looping Over Files In SSISKevin Feasel
2018-12-18
Integration Services
No Comment
Tim Mitchell shows us how to use the foreach loop component to iterate over a set of files: The SSIS foreach loop is configured to allow you to easily ingest multiple data files in a single data flow task. For this to work, all of the files would need to reside in the same directory […] Read More