【发布时间】:2018-10-24 03:16:23
【问题描述】:
我有带有国际字符的 MSSQL 2012 Server 数据库表。 有什么方法可以将表格 bcp 到 UTF-8 格式的 csv 文件中?
当我试图将代码页 65001 传递给 bcp 命令时,它会抛出错误:
SQL 2012 does not support UTF-8. This code page (65001) is supported from SQL 2016.
Error = [Microsoft][SQL Server Native Client 11.0]This version of SQL Server Native Client does not support UTF-8 encoding (code page 65001)
【问题讨论】:
标签: sql-server sql-server-2012 bcp