Dear All,
I need to insert about 3 lakh records after processing the data from different tables into another destination table.
I am doing all the logics, joins in an SP and it returns those 3L records to SSIS package and then using Dataflow task to insert those records using sql destination.
My Question: Is data flow task for Insert faster or If I insert those 3 L records directly into the table in my SP itself instead of returning it back to SSIS?
Any thoughts would be helpful.