Reputation: 1
I have a column in SQL Server with GB2312 Chinese_PRC_CI_AS encoding. How can I convert and save the text in WINDOWS-1251 encoding? I would like to do thing in a query on SQL Server. Any tips?
Upvotes: 0
Views: 264
Reputation: 1274
You can add a "data conversion" component, and then you can select the code page for it
Upvotes: 0