当前位置:Gxlcms > 数据库问题 > SQL Server导入报错:The LocaleID 4 is not installed on this system

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

时间:2021-07-01 10:21:17 帮助过:33人阅读

通过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

标签:code page   localeid   936   

人气教程排行