Difference between Control Flow and Data Flow in SSIS are as follows :
- The smallest unit in Control Flow is task whereas smallest unit in Data Flow is component
- In Control FLow , Tasks require completion (success, failure or completion) before moving to next task. In Data Flow , one component will not wait for other component to finish, all of them will work together in processing and managing data in streaming way.
No comments:
Post a Comment