Skip to content

Commit 18234b3

Browse files
authored
Query text respects DB-level collation setting
1 parent 58b785c commit 18234b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-reference-collation-types.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ You can change the default database collation from the Azure portal when you cre
1919

2020
Collations provide the locale, code page, sort order and character sensitivity rules for character-based data types. Once chosen, all columns and expressions requiring collation information inherit the chosen collation from the database setting. The default inheritance can be overridden by explicitly stating a different collation for a character-based data type.
2121

22+
> [!NOTE]
23+
> In Azure Synapse Analytics, query text (including variables, constants, etc.) is always handled using the database-level collation, and not the server-level collation as in other SQL Server offerings.
24+
2225
## Changing collation
2326

2427
To change the default collation, update to the Collation field in the provisioning experience.

0 commit comments

Comments
 (0)