I am getting a data conversion error when I try to load data from one SQL table to another SQL table, using SSIS.
The source table has a column with data type nvarchar(max)
. The destination table has the same data type. I keep getting conversion errors when I use the Slowly Changing Dimension component.
Error: " Input column "des" (116) has a long object data type of DT_TEXT, DT_NTEXT or DT_IMAGE which is not supported"
Please help