• John Mitchell-245523 (11/26/2015)


    Have you tested the individual components of the flow to see where the bottleneck is? How long does it take to run the query locally? How long does it take to copy a comparable amount of data across the network between the source and destination servers? And how long does a simple INSERT (with the same amount of data) into the destination table take?

    John

    This is good advice :smooooth:

    If the query runs slowly outside of SSIS, it won't magically speed up when included in a package.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.