Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS data extract poor performance

$
0
0

As part of a larger SSIS package, I'm running a fairly simple data flow with an OLE DB source into a flat file destination to extract data to a text file.
Nothing else happens in this step, but for some reason it's taking over 10 minutes to complete. The rest of the package completes within seconds.
The source is a DB view, with data of only 3000 rows to output (about 800kb), so it's not moving a huge amount of data or anything but seems to only write about 100kb to the file every few minutes.
The view itself runs in under a second when run outside of SSIS so I don't think the view itself is a problem.

Any ideas what I could do to speed up the writing to file in SSIS?
I've seen solutions mentioning updating stats, but the view runs quickly and the data is removed from the DB upon package completion.

Thanks.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>