Abstract This article demonstrates creating a SQL Server Integration Services package that imports a text file into SQL Server database table using...
Programmatically Import Delimited Text File with Derived Columns into Flat File Destination Using SSIS’s Script Task Tool
Abstract This article is in response to a request that was sent by one of my blog's subscribers regarding scripting an SSIS package with derived...
Extract SQL Statements in Execute SQL Tasks and save them into a text delimited file using C#
Abstract This article explains how to extract SQL Statements found in Execute SQL Tasks of an SSIS package and save them into a delimited text file...