I have made a dtsx package on my computer using SQL Server 2008. It imports data from a semicolon delimited csv file into a table where all of the field types are NVARCHAR MAX.
This a solution that uses the IDE to fix:
Data Conversion
item to your dataflow as shown below; Data Conversion
item, and set it as shown: DB Destination
item, Click on Mapping
, and ensure that your input Column is actually the same as coming from the Copy of [your column name], which is in fact the Data Conversion
output NOT the DB Source
Output (be careful here). Here is a screenshot:And thats it .. save and run ..