Introducing ETL Assistant – A Dynamic, Templated Approach to SSIS
TLDR This is the first post in a series where I’m going to explain how to do a few things: Use the CozyRoc Parallel Loop Task to execute ForEach Loops in parallel Create a package that will handle...
View ArticleETL Assistant – Using CozyRoc’s Parallel Loop Task
For the TLDR crowd – I’m supplying downloads of the packages so you can just open them and play. Download “Cozy Roc Parallel Loop Demo Files” contains: setup_sql.txt SequentialLoop.dtsx...
View ArticleETL Assistant – Getting Error Row Description and Column Information Dynamically
This article is going to attempt to provide one solution to the question of row error management in SSIS. It’s one option, specially constructed for dynamic column mapping scenarios, but could...
View ArticleETL Assistant – Management Web UI Gallery
When we started putting ETL Assistant together it became immediately clear that we needed a UI. Something to help us get the job done, but something that didn’t get in the way. We threw together a...
View Article