Archive for June 23rd, 2008

23
Jun
08

Difference between Control Flow and Data Flow

Let us understand the basic difference between Control Flow and Data Flow in SSIS 2005. 

Control Flow:

  1. Process Oriented
  2. Doesn’t manage or pass data between components.
  3. It functions as a task coordinator
  4. In control flow tasks requires completion (Success.,failure or completion)
  5. Synchronous in nature, this means, task requires completion before moving to next task. If the tasks are not connected with each other but still they are synchronous in nature.
  6. Tasks can be executed both parallel and serially
  7. Three types of control flow elements in SSIS 2005
    1. Containers
      • Provides structures in the packages
    2. Tasks
      • Provides functionality in the packages
    3. Precedence Constraints
      • Connects containers, executables and and tasks into an ordered control flow.
      • We can control the sequence execution for tasks and also specify the conditions that tasks and containers run.
  8. It is possible to include nested containers as SSIS Architecture supports nesting of the containers. Control flow can include multiple levels of nested containers.

Data Flow

  1. Streaming in nature
  2. Information oriented
  3. Passes data between other components
  4. Transformations work together to manage and process data. This means first set of data from the source may be in the final destination step while at the same time other set of data is still flowing. All the transformations are doing work at the same time.
  5. Three types of Data Flow components
    1. Sources
      • Extracts data from the various sources (Database, Text Files etc)
    2. Transformations
      • Cleans, modify, merge and summarizes the data
    3. Destination
      • Loads data into destinations like database, files or in memory datasets.

Happy Learning…!!!

By Harsh Shah




 

June 2008
M T W T F S S
    Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Tags

Category Cloud

Blog Stats

  • 219 hits

Top Posts

  • None