Create SSIS Package with SQL Tasks inside a Sequence Container using C#
Abstract This article explains how to create an SSIS package with Execute SQL Tasks inside a Sequence container using C# programming language. Requirements Microsoft Visual Studio 2008 SQL Server 2008 AdventureWorks2008R2 database (downloadable database file available here) Article If the above requirements are all met, we will begin by launching Microsoft Visual Studio 2008. Create …
Create SSIS Package with SQL Tasks inside a Sequence Container using C# Read More »