Im getting a bit lost here!
I want to:
1 - Create a Table
2 - Load a flat file (csv)
3- Insert the columns from the flat file into the table
So far I have used a:
1 - Execute SQL Task to create the table
2 - Data Flow take to Point to the Flat file
3 - This is where im stuck!
If i use a OLE DB Destination i cannot select the table to insert into as the table has not been created yet.
How can i create this transition of CREATE - LOAD - INSERT?