Reputation: 13
After creating tables A, B, C with Control Flow in ssis package, reading Excel with Data Flow. I want to put the data in tables A, B, C generated after processing.
Control Flow (Create table (A,B,C)) -> Data Flow (Read Excel File -> split -> insert table (A,B,C))
Control Flow
Data Flow
Create Question Table SQL Script functoid
Destination error message
I think that Dynamic Table is necessary. please help you how to connect to .
Upvotes: 1
Views: 3251
Reputation: 18061
You use the variables holding the desired taget table name in your Destination Table configuration.
On the Connection Manager
page of your Destinations, just select Tabel name or view name variable
from the Data access mode dropdown option.
Then select the variable holding the desired table name.
Upvotes: 2