Originally posted by ChrisPackit
View Post
Use the OleDB destination
make sure that the "Table or view - fast load" option is selected - do not do any error handling on the destination.
as with any bulk load operation, the target table needs to be empty or have the primary keys,indexes and foreign keys disabled or removed.
If you want to check data types, do it on the source component - right click and select advanced edit, then set the data types in the output. You'll then need to set the task to redirect rows on error or truncation and then pipe these to a different table
What method are you using to connect to the DB2 database? if it's still slow then start a new package, create your DB2 connection again and then take the output to a union all transformation and run. Check to see if the data is being slowed down coming out of the DB2 system



Leave a comment: