Sequence Container

laptop on table top

Programmatically Create Data Flow Task inside a Sequence Container Using C#

Abstract This article explains how to create an SSIS package with a Data Flow Task 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. …

Programmatically Create Data Flow Task inside a Sequence Container Using C# Read More »

silver imac turned on beside gray ceramic mug and black frame eyeglasses

Extract & Save SQL Statements of Execute SQL Tasks within a Sequence Container using C#

Abstract This article explains how to extract and save SQL Statements found in Execute SQL Tasks of an SSIS package that contains Sequence container using C# programming language. Requirements Microsoft Visual Studio 2008 SQL Server 2008 Article This article continues from another article which can be found here. Launch Visual Studio 2008 and create an …

Extract & Save SQL Statements of Execute SQL Tasks within a Sequence Container using C# Read More »

space gray ipad with box

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 »