I made a dtsx package on my computer using SQL Server 2008. It imports data from a comma delimited csv file into a table where all field types are NVARCHAR MAX.
It works on my computer, but it should run on the client server. Whenever they create the same package with the same CSV file and destination table, they get the error above.
We created the package step by step, and everything seems to be OK. All mappings are correct, but when they run the package in the last step, they get this error. They use SQL Server 2005.
Can anyone advise where to start this problem?
types unicode sql-server-2005 ssis non-unicode
Mike Thomas Aug 19 '09 at 12:22 2009-08-19 12:22
source share