Skip to content

Commit 7dd6a53

Browse files
Update reference-collation-types.md
This limitation is confirmed by these ICM and work item. ICM: https://portal.microsofticm.com/imp/v5/incidents/details/545458083/impact Work Item: https://msdata.visualstudio.com/A365/_workitems/edit/3553326
1 parent edd846c commit 7dd6a53

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.
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.
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)