Export import of asian languages data in sql server

你。 提交于 2020-01-06 01:59:10

问题


I am using BCP to import and export data, but some of it is in an asian language (think chinese or korean). It is stored correctly in the SQL, at least that's what I see from SSMS, though the collation is Latin1. However, when using BCP the export doesn't output the data in the right language anymore.

I used the options -w and -N but neither worked.

来源:https://stackoverflow.com/questions/8361644/export-import-of-asian-languages-data-in-sql-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!