SSIS 2014, Part 05 of 11: Join Transformations
Interactive

SSIS 2014, Part 05 of 11: Join Transformations

BizLibrary
Updated Feb 04, 2020

Trivial Integration Services packages can take data straight from a data source and dump it unchanged into a destination. That’s certainly a valued use of a package but it doesn’t take advantage of all that you can do to data as it moves from place to place. More often you’re likely to join data for multiple sources together into a single data flow. For example, in an online transactional source data base you might have normalized product information spread across several tables, including product, product category, product description and others. That can be an efficient structure for day to day online operations but if you need to insert the data into a database warehouse for analyses, normalized data is very inefficient. So a package you create to populate the data warehouse would need to join several sources together in to a single data flow and that’s where the join transformations are useful. In this course you’ll learn about two of the join transformations built into data flows. The Merge join transformation merges two data flows into a single output flow, performing a join operation on the data. This is the same operation you can perform in T-SQL using the inner-join or outer-join syntax in a select statement. The major difference is that the transformation operates on a stream of data coming in from the data flow pipeline. Whereas the T-SQL type of join is a set operation. The other join transformation is the Lookup transformation. This performs an inner join on its single input data flow using a data set from a source defined within the transformation instead of using another data flow. What really sets this component off is its ability to cash look up data in very flexible and powerful ways. The join transformations provide powerful features to process data in an Integration Services package and this course will get you started understanding on how to put them to use.


Lesson 1:

  • The Merge Join Transformation
  • Demo: IS Package
  • Demo: Database Connection
  • Demo: Data Sources
  • Demo: Merge Join
  • Demo: Sort Transformation
  • Demo: Input Columns
  • Demo: Union All.

Lesson 2:

  • Demo: Missorted Data
  • Demo: Category Data Source
  • Demo: Merge Join
  • Demo: More Data Flows.

Lesson 3:

  • The Lookup Transformation
  • Demo: Package Setup
  • Demo: Lookup Transformation
  • Demo: Lookup Columns
  • Demo: Union All
  • Demo: More Lookups.

Lesson 4:

  • Caching
  • The Cache Connection Manager
  • Cache Connection Manager (Cont.)
  • Demo: Cache Modes.
;