Top "Collation" questions

Collation refers to a set of rules that determine how data is sorted and compared.

Default collation of temporary tables

How can I check what the collation of a temporary table is? I want to do this because I want …

sql sql-server tsql collation temp-tables
Questions about accent insensitivity in SQL Server (Latin1_General_CI_AS)

All our databases were installed using the default collation (Latin1_General_CI_AS). We plan to change the collation to …

sql-server collation accent-insensitive
Execute sqlite3 "dot" commands from Python or register collation in command line utility

My sqlite3 database contains a "collate" column-constraint. I've placed it in the schema for the table, to prevent accidentally neglecting …

python sqlite collation
What is the point of COLLATIONS for nvarchar (Unicode) columns?

IVe read a lot about this. Still some questions : Im not talking about case sensitive here... If I have a …

sql-server sql-server-2008 unicode collation nvarchar