Hi. Is there a high quality sample code for Data Flow Components in SSIS?
I specifically need the following:
- OLE DB Source
- Derive Column Transformation
- Flat File Destination.
Lets say that the table schema comprises of two columns, ID of varchar(2) and Description of varchar(20). The output is a flat file ID of 1 char (just get the first character of ID), and Description of 10 chars (just get the first 10 characters of Description). It would be great if it were in C#.
Lets assume that I know pretty well to add and connect Control Flow Tasks and Connection Managers.
Thanks in advance for your expertise.
EDIT:
We only have SQL Server 2005, so examples in this version would be a great help. But it would really be nice to have 2008 to use ezAPI.