Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

Define SSIS Data Flow Task

Nice?Vote!

1 Answer

Nice?Vote!
The Data Flow task is a pipeline in which data is picked up, processed, and written to a destination. The key characteristic of the pipeline is defined by the task’s name: The data flows through the pipeline in memory. An implication of the data flow pipeline architecture is that avoiding I/O provides excellent performance, subject to the memory characteristics of the physical system.
answered 1 year ago by R (19,530 points)

Related questions