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

Name the three main tabs in the Visual Studio interface for SSIS Packages and the associated purpose.

1 Answer

Nice?Vote!
*    Control flow - Logical flow from one piece of the package to the next.
*    Data flow - Database source and destination as well as data manipulation objects such as Merge, Lookup, Copy Column, Sorting, Pivot, etc.
*    Event handlers - Event based error handling.
answered 1 year ago by R (19,530 points)

Related questions