Ali
Ali

Reputation: 99

How to reverse the SSIS Data Flow?

Currently I have on SSIS package which reads the fixed length string and dump in to SQL-Server Tables. Current Flow: [Flat File Read Task] --> [Multicast] --> [Insert Multiple Tables]. Desired Flow:

[Flat File Read Task] <-- [Multicast] <-- [Insert Multiple Tables].

Is it possible ?

Upvotes: 0

Views: 13

Answers (0)

Related Questions