What are different types of Collation Sensitivity?

  1. Case sensitivity - A and a, B and b, etc.
  2.  
  3. Accent sensitivity
  4.  
  5. Kana Sensitivity - When Japanese kana characters Hiragana and Katakana are treated differently, it is called Kana sensitive.
  6.  
  7. Width sensitivity - A single-byte character (half-width) and the same character represented as a double-byte character (full-width) are treated differently than it is width sensitive.

Comments

Popular posts from this blog

Google to FTS Syntax Cheat Sheet

What is the use of DBCC commands?

What is difference between DELETE and TRUNCATE commands?