Chapter 51. Extending SSIS using the Script component

 

Tim Mitchell

The data flow workspace in SQL Server Integration Services (SSIS) is packed full of useful source, transformation, and destination components that can be used to address the most common extract, transform, and load (ETL) data challenges. But anyone who works in this space for long will quickly discover that some ETL problems don’t fit neatly inside those little boxes. Fortunately, SSIS includes a flexible and powerful tool for handling custom data flow needs: the SSIS Script component.

The Swiss Army knife of SSIS

Summary

About the author