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, 1853🔥, 0💬
Popular Posts:
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...
What is dba.FYIcenter.com Website about? dba.FYIcenter.com is a Website for DBAs (database administr...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...