SSIS 2014, Part 04 of 11: Containers and Transaction Support
Interactive

SSIS 2014, Part 04 of 11: Containers and Transaction Support

BizLibrary
Updated Feb 04, 2020

Control flow containers provide ways to group tasks so that they execute together. Containers allow you to group control flow tasks for execution, to group tasks for repeated execution given some condition, to repeatedly execute group tasks for each data member in some kind of collection and to easily set properties that affect all its contained tasks. In the looping containers you can control how and whether the member tasks of each execution group interact with each other or to share the same variable scope defined for that container. They also provide a way to define success and failure through precedents constraints for the groups of tasks as a whole. In this course you’ll learn about all containers you can use including the mostly invisible task host container that Integration Services creates for you automatically any time that you add a task to a control flow. We’ll explore all the containers and you’ll see various demos that show how you can take advantage of them. A transaction is a core concept of relational data base systems. It is one of the major mechanisms through which a data base server protects the integrity of data by making sure the data remains internally consistent. SQL Server has always had rich support for transactions and Integration Services hooks into that support. You’ll see how to implement transaction for both a package as well as for smaller units using containers. With smart transaction implementation you can build remarkably robust packages.


Lesson 1:

  • Using Control Flow Containers
  • Container Properties
  • Task Host Container
  • Sequence Container
  • Sequence Container pt. 2.

Lesson 2:

  • Foreach Loop Enumerators
  • Demo: Foreach Loop
  • Demo: Foreach Loop Variable
  • Demo: Add Flat File Source
  • Demo: Undo Component FIB
  • Demo: Add DataReader Destination
  • Demo: Enable Data Viewer
  • Demo: Output Data.

Lesson 3:

  • For Loop Container
  • Demo: For Loop
  • Demo: Configure Loop Container
  • Demo: Add Script Task
  • Demo: Edit Script Task
  • Demo: Add Second Script Task
  • Demo: Execute Task.

Lesson 4:

  • Grouping Container
  • Demo: Grouping Container
  • Demo: Add Tasks and Link
  • Demo: Group Tasks
  • Demo: Add Execute Task.

Lesson 5:

  • The ACID Test
  • Transaction Properties
  • Types of Transactions
  • Demo: Transaction Support
  • Demo: Configure and Edit Tasks
  • Demo: Execute and Fix Errors
  • Demo: Edit Transaction Properties
  • Demo: Coordinator Service.

Lesson 6:

  • Demo: Containers to Control Transactions
  • Demo: Add Sequence Containers
  • Demo: Add Data Types to Containers
  • Demo: Change settings
  • Demo: Execute Package.
;