Skip to content

Commit afbfd76

Browse files
Update articles/synapse-analytics/sql/reference-collation-types.md
Co-authored-by: William Assaf MSFT <[email protected]>
1 parent 7dd6a53 commit afbfd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. We can change Collation from Azure Portal. but, we can't change Collation from Synapse Studio. it's limitation for now.
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.
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)