使用 SQL 排序规则显示希伯来语字符 SQL_Latin1_General_CP850_BIN2
我们有一个不受我们控制的远程数据库。 该数据库包含希伯来语字符。它的排序规则是: SQL_Latin1_General_CP850_BIN2
当我们打开 SQL Management Studio 时 - 我们看到乱码。
我们要求数据库所有者(另一家公司)更改排序规则,但这是不可能的。
是否有其他方法可以使用此排序规则设置查看希伯来语字符
We have a remote database that is out of our control.
The database contains Hebrew characters. It's collation is: SQL_Latin1_General_CP850_BIN2
When we open the SQL management studio - we see gibberish.
We asked the database owner (a different company) to change the collation and it isn't possible.
Is there an alternative way to see Hebrew characters with this collation setting
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
排序规则不是关于显示字符,而是关于排序和比较。
确保您的客户端 PC 上安装了希伯来语字体,并在“工具/选项/环境/字体和颜色”下分配此字体。
A collation is not about displaying characters, but about sorting and comparing.
Make sure you have a Hebrew font installed on your client PC, and assign this font under Tools/Options/Environment/Fonts and Colors.