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