February 13, 2016 at 12:12 am
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.
February 15, 2016 at 5:37 am
Any pointers or feedback ?
February 15, 2016 at 5:47 am
If the source and destination are in the same database, or even a different database on the same instance, I'd be surprised if SSIS were the better option. But why don't you try both for yourself?
John
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy