Tagged Questions
2
votes
2answers
186 views
SQL Server imports data in wrong charset with SSIS
I have a flat file which I am importing into a SQL Server table using a SSIS package. The code page is set to 65001.
However, when I run a
SELECT * FROM tableName
the data appears mangled. For ...