@@ -7,7 +7,7 @@ ms.topic: reference
7
7
ms.subservice : sql
8
8
ms.date : 04/15/2020
9
9
ms.author : fipopovi
10
- ms.reviewer : jrasnick
10
+ ms.reviewer : fipopovi
11
11
---
12
12
13
13
# Database collation support for Synapse SQL in Azure Synapse Analytics
@@ -23,7 +23,7 @@ To change the default collation for dedicated SQL pool database, update to the C
23
23
24
24
To change the default collation for a serverless SQL pool database, you can use ALTER DATABASE statement.
25
25
26
- ## List of unsupported collation types
26
+ ## List of unsupported collation types for Dedicated SQL pools
27
27
* Japanese_Bushu_Kakusu_140_BIN
28
28
* Japanese_Bushu_Kakusu_140_BIN2
29
29
* Japanese_Bushu_Kakusu_140_CI_AI_VSS
@@ -92,9 +92,6 @@ To change the default collation for a serverless SQL pool database, you can use
92
92
* Japanese_XJIS_140_CS_AS_WS
93
93
* Japanese_XJIS_140_CS_AS_KS
94
94
* Japanese_XJIS_140_CS_AS_KS_WS
95
-
96
- Additionally, dedicated SQL pool doesn't support following collation types:
97
-
98
95
* SQL_EBCDIC1141_CP1_CS_AS
99
96
* SQL_EBCDIC277_2_CP1_CS_AS
100
97
* UTF-8
@@ -111,4 +108,4 @@ When passed 'Collation' as the property parameter, the DatabasePropertyEx functi
111
108
Additional information on best practices for dedicated SQL pool and serverless SQL pool can be found in the following articles:
112
109
113
110
- [ 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 )
111
+ - [ Best practices for serverless SQL pool] ( ./best-practices-serverless-sql-pool.md )
0 commit comments