Quick Answer: Turkish_CI_AS CI : Case insensitive comparisons so 'ABC' would equal 'abc' AS : Accent sensitive, so 'ü' does not equal 'u' To view Collation of DB: SELECT SERVERPROPERTY('collation') AS ServerCollation; If you create a column without ...
karatas.dev1 min read
No responses yet.