SSIS Performance Issue -


i'm loading text files sql server database. each file contains 1000 records , total number of files 15.

problem each file taking more 5 mins time load.

the files contain 12 columns (string).

i converting 2 columns integer using derived column , remaining 10 loading string

below code used conversion:

   (dt_i4)mailer_id   (dt_i4)move_effective_date 

i have tried increase dft buffer size , using data conversion in place of derived column. problem still exists.

try loading directly source , put staging, while accessing data staging transformation.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -