Max size in DataType Properties - Advanced Editor

  • Hello there,

    ssis 2012.

    is there a way to make this column more than 4'000?

    the thing is, this field is Huge (contains text) and in my DB i set a filed with NVARCHAR(MAX)

    while trying to use DT_WSTR(MAX) in the advanced editor i got an error... so i used

    DT_WSTR(4000) but there are cases when truncation occurs and i loose some of the data.

    how can i remove the limitation of the 4,000?

    thanks

  • Not sure if XML Source has some limits, but you could try setting the output column to DT_NTEXT.

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

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

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