zhouu 发表于 2018-10-14 10:27:42

SQL Server导入报错:The LocaleID 4 is not installed on this system-SQL Server Deep Di

  问题描述:
  通过SQLServer导入导出向导导入中文字符集数据,遇到The LocaleID 4 is not installed on this system.错误。



  解决方法:
  我发现客户服务器操作系统虽然不支持Chinese (Simplified)这个Locale,但是支持Chinese (people's republic of china)这个Locale,将FlatFileSource的Locale像下面截图中改成Chinese (people's republic of china),然后确保Code page设置为936后,我就将CSV文件成功地导入到了数据库中并且没有出现乱码。


页: [1]
查看完整版本: SQL Server导入报错:The LocaleID 4 is not installed on this system-SQL Server Deep Di