问题描述:
通过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文件成功地导入到了数据库中并且没有出现乱码。
本文出自 “SQL Server Deep Dive” 博客,请务必保留此出处http://ultrasql.blog.51cto.com/9591438/1922037
SQL Server导入报错:The LocaleID 4 is not installed on this system
原文地址:http://ultrasql.blog.51cto.com/9591438/1922037