Blog Post

SQL Server Integration Services (SSIS) Blog
1 MIN READ

New SSIS community samples

SSIS-Team's avatar
SSIS-Team
Copper Contributor
Mar 25, 2019
First published on MSDN on Aug 19, 2008

Some new samples have been added to the http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=15424 on http://www.codeplex.com/ .

Delimited Flat File Reader

This data flow source component is capable of parsing delimited flat files, including files with rows that are missing columns.

Package Generation Sample

This standalone executable shows how to use the SSIS object model to do schema-based dynamic package generation. It works with SQL Server, Excel and Flat Files as source / destinations.

Hello World Task Sample

This is the sample that I http://blogs.msdn.com/mattm/archive/2008/07/18/creating-a-custom-task-with-a-default-ui.aspx . It’s a simple Hello World type task that shows how to extend the base task UI classes.

SharePoint List Adapters

This sample contains data flow source and destination components that demonstrate how to get data in and out of http://www.microsoft.com/sharepoint/prodinfo/what.mspx lists. I’ve seen a lot of requests for this one!

Note, all of the samples are available as binaries, and as source. We’re going to continue adding to the list, so if you have any ideas of what you’d like to see, feel free to send them to me.

Updated Mar 25, 2019
Version 2.0
No CommentsBe the first to comment