本文介绍了在 sql server 中,什么是:Latin1_General_CI_AI 与 Latin1_General_CI_AS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用 SQL 比较来比较数据库的两个版本.它不断突出 nvarchar 字段中的差异,其中显示了一个具有以下内容的数据库:
i am using SQL Compare to compare two versions of a database. it keeps highlighting differences in the nvarchar fields, where it shows one db that has:
Latin1_General_CI_AS
另一个有这个:
Latin1_General_CI_AI
有人可以解释一下这是什么,我是否应该担心这种差异
can someone please explain what this is and if i should be worried about this difference
推荐答案
Accent Sensitive 和 Accent Insensitive
Accent Sensitive and Accent Insensitive
Lòpez
和 López
如果 Accent Insensitive 是相同的.
Lòpez
and Lopez
are the same if Accent Insensitive.
这篇关于在 sql server 中,什么是:Latin1_General_CI_AI 与 Latin1_General_CI_AS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!