dbTalk Databases Forums  

SSIS Package execution errors

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS Package execution errors in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #41  
Old   
jhofmeyr@googlemail.com
 
Posts: n/a

Default Re: SSIS Package execution errors - 07-21-2008 , 07:45 AM






Hi Alexander,

Thanks for the exta info

Are you running on a 32-bit server? SSIS really needs a 64-bit server
to shine, and even on 64-bit you should remember that BIDS
(devenv.exe) is a 32-bit application, so during development you still
need to run the package using the 64-bit dtexec.exe.

I think your best option in this case is to split up the work that the
package is doing into logical steps, and put each step into a separate
package. The reason SSIS is making the temp files is because it's
running out of RAM and is paging to disk - when this happens the
package is going to be slow, regardless of whether it errors out or
not. If you notice that SSIS isn't making use of all the available
RAM, you might have a couple options (adding more RAM / tweaking
settings and package structure / etc) but the biggest gain will
probably be from splitting up the package.

There are a few very good SSIS performance white papers on the MSDN
site - definitely worth a read if you're dealing with any significant
volume of data.

Good luck!
J

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.