千家信息网

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

发表于:2024-10-20 作者:千家信息网编辑
千家信息网最后更新 2024年10月20日,问题描述:通过SQLServer导入导出向导导入中文字符集数据,遇到The LocaleID 4 is not installed on this system.错误。解决方法:我发现客户服务器操作系
千家信息网最后更新 2024年10月20日SQL Server导入报错:The LocaleID 4 is not installed on this system

问题描述:

通过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文件成功地导入到了数据库中并且没有出现乱码。


0