Monthly Archives: October 2007

Scanning a Package For Specific Tasks

I recently had a need to scan through an SSIS package to find all instances of data flow tasks within the package. This is to support a future enhancement in BIDSHelper. However, I ended up making the code a little … Continue reading

Posted in Uncategorized | Comments Off on Scanning a Package For Specific Tasks

Address Columns Generically In a Script Component

When writing script components in SSIS, it’s often useful to be able to process the columns without knowing exactly what they are. For example, you may want to loop through all the columns to check for a conditional, like NULL … Continue reading

Posted in Uncategorized | Comments Off on Address Columns Generically In a Script Component