I have a 4 data flow tasks running in parallel .
Source : a sql query . Simple select statement selecting few columns.
Destination : am just doing select * from ##globaltablename in my destination
There are no transformations involved.
It is a simple dumping of data into global table created before the DFT . Indexes are created on the global table after the data load at the control flow level.
All 4 tasks take data from different tables of the same database
This part takes few hours to load the data .How do I make it to load data faster?
can anyone please help?
Thanks for your time.