SSIS 2014, Part 03 of 11: Data Flows and Tasks
Interactive

SSIS 2014, Part 03 of 11: Data Flows and Tasks

BizLibrary
Updated Feb 04, 2020

The data flow task is a special control flow task that moves data from a data source to a data destination, optionally transforming the data in various ways as it moves. It is so important and complex that unlike any other control flow tasks, the data flow task has its own designer in SQL Server Data Tools. This is where you’re likely to spend most of your time when developing any non-trivial Integration Services package that moves data rather than just performs other control flow tasks. As a data flow moves data from a source to a destination, you can perform various data flow transformations on that data. These transformations tasks let you look up data from an external source change the contents of a field to upper case sort the data, merge the data flow with other flows, and much more. The data flow task is the single most important task in a control flow and performs the majority of the work in an ETL, Extract, Transform and Load, an ETL process. In this course you’ll learn about the various components that you can use to build the data flow. Including the various data sources and destinations that you can use to read data and store it in its final resting place. Then you’ll learn about the transformations that you can use to modify the data and its scheme as it moves through the data flow pipeline. You can change a fields data type, modify its contents, split the data flow in to multiple pipelines, merge data flows, perform various kinds of look up, and much more. Data flows are key part of Integration Services and its well worth the time getting to know them well.


Lesson 1:

  • The Data Flow Task
  • Data Flow Components
  • Data Flow Pipeline
  • Data Sources and Destinations
  • Data Flow Sources
  • Demo: Data Flow Task and Sources
  • Demo: Create Data Flow Task
  • Demo: Create OLE DB Data Source
  • Demo: OLE DB Source Editor
  • Demo: OLE DB Column Editor.

Lesson 2:

  • Data Flow Destinations
  • Data Flow Destinations pt. 2
  • Demo: Data Flow Destination
  • Demo: Provide Destination for Data
  • Demo: Data Source Reader Editor
  • Demo: Run and Test Data Source
  • Source and Destination Assistants.

Lesson 3:

  • Row Transformations
  • Rowset Transformations
  • Split and Join Transformations
  • Business Intelligence Transformations
  • Other Transformations.

Lesson 4:

  • Demo: Add New SSIS Package
  • Demo: Add Data Flow Demo
  • Demo: Create Connection
  • Demo: Create Second Data File
  • Demo: Combine Data Flows
  • Demo: Sort Data in Pipeline
  • Demo: Add Audit Transformation
  • Demo: Add Excel Destination
  • Demo: Execute Package.

Lesson 5:

  • Demo: Modifying Data Flows
  • Demo: Inserting Transformation
  • Demo: Error List
  • Demo: Mapping Destinations
  • Demo: Resolve References.
;