Data flow task consuming time due to data conversion task

  • Hi All,

    I'm developed a SSIS Package to load data from Oracle data base to SQl Data base.

    I'm using additionally Data Conversion Task to convert UniCode to require data types of SQL Server.

    Problem here is Data Conversion task is taking huge amount of time and to to sync 5000 records it's taking 3 hrs .

    Please do help me if any one has information to solve it.

    Thanks in Advance.

  • The image did not post correctly. Can you please try posting it again?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • Data Conversion task is a Syncronous transform, it shouldn't be taking 3hrs for 5,000 records. Please post screen shot of your package.

    Alternatively, you can use T-SQL to conver the data Select cast (column 1 as datatype) as Column from Table

    ------------
    🙂

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply