Skip to content

Commit 0fc9acc

Browse files
Merge pull request #291865 from WilliamDAssafMSFT/20241211-nondefault-collation
20241211 nondefault collation
2 parents 6d4e63b + 9e0dfec commit 0fc9acc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Collation support
33
description: Collation types support for Synapse SQL in Azure Synapse Analytics.
44
author: filippopovic
55
ms.author: fipopovi
6-
ms.reviewer: wiassaf, kecona
7-
ms.date: 01/30/2024
6+
ms.reviewer: wiassaf
7+
ms.date: 12/11/2024
88
ms.service: azure-synapse-analytics
99
ms.subservice: sql
1010
ms.topic: reference
@@ -28,7 +28,7 @@ You can specify the default serverless SQL pool database collation at creation t
2828
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 change the collation from `SQL_Latin1_General_CP1_CI_AS` to `SQL_Latin1_General_CP1_CS_AS`.
2929

3030
> [!NOTE]
31-
> Collation cannot be changed on an existing dedicated SQL pool database. If you need to have a different collation at the dedicated SQL pool level, create a new dedicated SQL pool with the required collation.
31+
> Collation cannot be changed on an existing dedicated SQL pool database. If you need to have a different collation at the dedicated SQL pool level, create a new dedicated SQL pool with the required collation. To specify a non-default collation when creating a dedicated SQL pool, use the Azure portal or PowerShell.
3232
3333
To change the default collation for a serverless SQL pool database, you can use ALTER DATABASE statement.
3434

0 commit comments

Comments
 (0)