SSIS package execution slow when schedule in sql agent job

  • Hi All,

    My source and destination server are 64 bit, sql server 2008. when I'm importing data using sql import export wizard its taking 9 hours to import 135005546 rows. Now I make a job of ssis pkg to import the same data, dramatically the performance goes down and now its taking 38 hours to import the same data. I didn't use any trasformation in the package, it have source and destination. both connections are OLEDB.

    Thanks

    Sneh

  • Can you provide some more information please?

    Package configuration / properties?

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • even I checked, when I'm running in BIDS its fast. but if I run the job its slow. the destination has "table or view- fast load" max insert commit size is 2147483647. the package on only two transformation -1) OLEDB data source and 2) OLEDB data destination. please let me know this help you to debuging

  • Are thier resources avaiable on both source and destination servers?

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • yes

  • please see the following link. I'm facing the same problem but in sql 2008 Environment

    http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/04a26579-1ce7-4583-afc4-f499e8539b98/

Viewing 6 posts - 1 through 5 (of 5 total)

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