May 24, 2012 at 7:58 am
I have a package that runs on a job server that pulls data from db2 and populates sql tables on a different server. So, data flow is db2 (odbc) thru sql job server to another sql server using linked server connection. When the package is executed from a job it runs in about 45 minutes, when I open the solution and run it, it completes in less that 10 minutes. The job server is server2008r2, sql2008r2, 64bit, 1cpu, 8gb ram. Why would this happen?
There is an exception to every rule, except this one...
May 24, 2012 at 8:02 am
It can be many many different things.
Just first from my head: try to SET ARITHABORT ON for connection in your job.
May 24, 2012 at 8:25 am
Not sure I understand where you're saying to set that. It's not a script, using data flow objects. Thanks for the reply.
There is an exception to every rule, except this one...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply