Each part will run when it is time for it. There is no explicit step to tie them together, but you do need to understand what each part is for.
The control flow is the root, which represents the high level view of the package. Each data flow task is already represented in the control flow as Data Flow task. The Data Flow tab just shows the inside of this task.
Similarly each event handler is bound to a task in main control flow or another event handler and an event (potentially) raised by this task. The event handlers are run when the corresponding task fires the corresponding event.
|||Ok, figured it out. I simply split my logic up into 2 data flow tasks on the control flow and ran a execute sql task in between...all of it is managed on the control flow tab...this is great!
No comments:
Post a Comment