dbTalk Databases Forums  

Problems with Fast Load

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


Discuss Problems with Fast Load in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
crever
 
Posts: n/a

Default Problems with Fast Load - 08-16-2006 , 05:33 PM






can anybody tell me the best way to load data fast using SSIS? I'm trying to
just disable the indexes on the destination table before i truncate and then
load, but using the fast load option gives me an error saying that it was
unable to produce a plan because the clustered index is disabled.

does anybody know what's the best way to do this, because i kinda thought
disabling indexes was the best way for this kind of bulk load operation in
SSIS. I can make it work using the non last load option, but it's magnitudes
slower.

Reply With Quote
  #2  
Old   
Charles Kangai
 
Posts: n/a

Default RE: Problems with Fast Load - 08-20-2006 , 07:51 AM






Look at this blog which compares five methods of loading files:
http://weblogs.sqlteam.com/mladenp/articles/10631.aspx

Charles Kangai, MCT, MCDBA



"crever" wrote:

Quote:
can anybody tell me the best way to load data fast using SSIS? I'm trying to
just disable the indexes on the destination table before i truncate and then
load, but using the fast load option gives me an error saying that it was
unable to produce a plan because the clustered index is disabled.

does anybody know what's the best way to do this, because i kinda thought
disabling indexes was the best way for this kind of bulk load operation in
SSIS. I can make it work using the non last load option, but it's magnitudes
slower.

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.