Skip to content

Commit 59856db

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ You can change the default database collation from the Azure portal when you cre
1818

1919
You can specify the default serverless SQL pool database collation at creation time using CREATE DATABASE statement.
2020

21+
> [!NOTE]
22+
> 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.
23+
2124
## Change collation
2225
To change the default collation for dedicated SQL pool database, update to the Collation field in the provisioning experience. For example, if you wanted to change the default collation to case sensitive, you would rename the Collation from SQL_Latin1_General_CP1_CI_AS to SQL_Latin1_General_CP1_CS_AS.
2326

@@ -111,4 +114,4 @@ When passed 'Collation' as the property parameter, the DatabasePropertyEx functi
111114
Additional information on best practices for dedicated SQL pool and serverless SQL pool can be found in the following articles:
112115

113116
- [Best Practices for dedicated SQL pool](./best-practices-dedicated-sql-pool.md)
114-
- [Best practices for serverless SQL pool](./best-practices-serverless-sql-pool.md)
117+
- [Best practices for serverless SQL pool](./best-practices-serverless-sql-pool.md)

0 commit comments

Comments
 (0)