How to do a Case-sensitive Search? I was asked this by one of my clients of Comprehensive Database Performance Health Check.
Change Database and Table Collation – SQL in Sixty Seconds #145
I discussed the method to change the database and table collation with my client during the Comprehensive Database Performance Health Check.
SQL SERVER – Change Database and Table Collation
A Health Check needed us to change database collation. Here is how to change database and table collation safely in SQL Server.
How to Do Case Insensitive Search? – Interview Question of the Week #267
Question: How to Do Case Insensitive Search?
Collations in SQL Server provide sorting rules, case, and accent sensitivity properties for your data.
SQL SERVER – Global Variable @@DEF_SORTORDER_ID – Old and May be Deprecated
Today I look at something very old: the global variable @@DEF_SORTORDER_ID, from the days before collation when servers had a default sort order.
SQL SERVER – How to Convert CollationID to Collation Name?
A reader with only MDF files and no backups got a CollationID from DBCC CHECKPRIMARYFILE. Here is how to convert that CollationID to a Collation Name.




