SSIS: Code page goes back to 65001
问题 In an SSIS package that I'm writing, I have a CSV file as a source. On the Connection Manager General page, it has 65001 as the Code page (I was testing something). Unicode is not checked. The columns map to a SQL Server destination table with varchar (among others) columns. There's an error at the destination: The column "columnname" cannot be processed because more than one code page (65001 and 1252) are specified for it. My SQL columns have to be varchar , not nvarchar due to other