I have two SQL-Execute Tasks T1 and T2 within a sequence container in my SSIS project. Each task inserts data from one source table to one destination table, and both tasks are completely independent and can be run in parallel.
I tested a parallel and a sequential run of these two tasks and got the same result in time, about 10 minutes....
My system has 4 CPUs and I use Visual Studio 2012; The MaxCurrentExecutables parameter is set to -1.
What could be wrong here?
Greetings from No Planet!