Running the OLEDB Source concurrently.

  • I created a ssis package,In the dataflow task i have a oledb source and a flat file destination. I have given the procedure in the oledb source,The procedure returns 1 billion rows which affects the performance.Is it possible to run two procedures(two oledb sources) concurrently and merge the output to the flat file?

  • Yes, there is a UNION ALL component that will merget together two identical data streams.

    Unfortunately, this is just as likely to hurt performance as it is to help, but you can certainly try it.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply