Abstract This article explains how to Programmatically download SQL Server Integration Services (SSIS) packages from an instance of SQL Server 2008...
Programmatically Import Flat File Data Source into SQL Server 2008 Using SSIS’s Script Task Tool
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...
Programmatically Load and Update Connection Managers of SSIS Package Template
Abstract Recently, I have been contracting on a project that involved updating existing SSIS Package Templates. Thus, this article will demonstrate...