I need help in figuring out which task is faster in SSIS? Data Flow or SQL Task?
I ran a job yesterday which used SQL task that queried 657 million rows table and it took around 17 hours to finish. And now I am running a same job using a different table that is 1.8 billion rows. I wonder if there is any way to boost up the performance? Is the other task faster?