Video 1: Understanding the Data Flow Extraction and Loading Process
(Running Time: 12:43)
|
|
So, the key ideas here is understanding the role of each component in the data flow. Data Sources save connection information, Connection Managers can connect to the data sources, Data Flow Sources use the connection to load data into the dat flow buffer, Data Flow Transformations operate on data in the buffer and Data Flow Destinations move data back into the target. We also look at the basics of configuring Connection Manager and Data Flow Sources and talk about several properties of the Data Flow task related to tweaking SSIS memory buffer performace.
Video 2: Creating and Using "Global" Data Sources
(Running Time: 4:56)
|
|
In this short video, I'll demonstrate how to create a global data source that works in the context of the entire solution, not just one package. Why would you want to do this? It is a common pattern in software development, network administration and life in general that you should save common data in one place and reference it so that if you ever need to change it, you only have to change it in one spot. If you have multiple packages in a solution, and they all use the same set of data sources wouldn't it be easier to modify a single setting if something changes? That's the basic premise for a global Data Source.
Video 3: Creating and Using Data Source Views
(Running Time: 8:32)
|
|
In this short video tutorial we'll look at creating a Data Source View, which works similarly to a global data source ... in fact, it uses a global data source -- but allows a developer or administrator to pair down the tables or views that can be seen and utilized by integration services. So, as a productivity measure it would help you see only those tables and views that are pertinent to the packages in your solution. As a security measure, I imagine that an administrator can make sure the integration services package developer can only see the tables that he needs for his job. It's just a way to define a subset of available tables and views for your packages in your solution.
Video 4: Creating and Using Named Queries
(Running Time: 9:57)
|
|
In this video, using a data source view, we'll now create a named query and even add a calculated field to the mix. Why would we want to do this? Again, it comes down to managing a common set of data from a common source in one spot, so that -- assuming that multiple packages need the same set of refined data, and something changes with your common set of data, you're not chasing every reference in every package in the solution.