Extending SSIS with custom Data Flow components (Presentation)
Posted
on SQLIS
See other posts from SQLIS
Published on Thu, 06 Mar 2008 14:00:00 +0100
Indexed on
2010/05/26
7:12 UTC
Read the original article
Hit count: 346
Code Development
|Data Flow
|Destinations
|Sources
|Presentations
|Transformations
Download the slides and sample code from my Extending SSIS with custom Data Flow components presentation, first presented at the SQLBits II (The SQL) Community Conference.
Abstract
Get some real-world insights into developing data flow components for SSIS. This starts with an introduction to the data flow pipeline engine, and explains the real differences between adapters and the three sub-types of transformation. Understanding how the different types of component behave and manage data is key to writing components of your own, and probably should but be required knowledge for anyone building packages at all. Using sample code throughout, I will show you how to write components, as well as highlighting best practice and lessons learned.
The sample code includes fully working example projects for source, destination and transformation components.
Presentation & Samples (358KB) Extending SSIS with custom Data Flow components.zip
© SQLIS or respective owner