I am trying to move the data from nvarchar(max) column in sql table to varchar(max) column of another sql table in SSIS package. It keeps giving me error at data conversion transformation of truncation.
I have two data conversion transformation:
- one converts Unicode(DT_Ntext) to Unicode(DT_WSTR)(4000)
- and second data conversion transformation converts Unicode(DT_Wstr) to String(dt_str) with 4000 length