Collections:
COLLATE Clause in SQL Server Transact-SQL
How To Specify the Collation for a Character Data Type in SQL Server Transact-SQL?
✍: FYIcenter.com
If you do not want to use the default collation provided by the SQL Server, you can use the "COLLATE collation_name" clause to specify a different collation to be used at different levels:
⇒ Casting Strings to Wrong Code Pages in SQL Server Transact-SQL
⇐ Default Collation in SQL Server Transact-SQL
2017-05-13, 3208🔥, 0💬
Popular Posts:
How To Escape Special Characters in SQL statements in MySQL? There are a number of special character...
What Happens to Your Transactions When ERROR 1205 Occurred in MySQL? If your transaction receives th...
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...