Skip to content

Commit 44b467f

Browse files
authored
Merge pull request #105276 from im-microsoft/patch-1
known issue with collation Latin1_General_BIN2
2 parents 5410567 + b6bd13c commit 44b467f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/synapse-analytics/synapse-link/synapse-link-for-sql-known-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ The following is the list of known limitations for Azure Synapse Link for SQL.
6363
* The security configuration from the source database will **NOT** be reflected in the target dedicated SQL pool.
6464
* Enabling Azure Synapse Link for SQL will create a new schema named `changefeed`. Don't use this schema, as it is reserved for system use.
6565
* Source tables with collations that are unsupported by dedicated SQL pools, such as UTF8 and certain Japanese collations, can't be replicated. Here's the [supported collations in Synapse SQL Pool](../sql/reference-collation-types.md).
66-
* Additionally, some Thai language collations are currently supported by Azure Synapse Link for SQL. These unsupported collations include:
66+
* Additionally, some Thai language collations are currently not supported by Azure Synapse Link for SQL. These unsupported collations include:
6767
* Thai100CaseInsensitiveAccentInsensitiveKanaSensitive
6868
* Thai100CaseInsensitiveAccentSensitiveSupplementaryCharacters
6969
* Thai100CaseSensitiveAccentInsensitiveKanaSensitive
7070
* Thai100CaseSensitiveAccentInsensitiveKanaSensitiveWidthSensitiveSupplementaryCharacters
7171
* Thai100CaseSensitiveAccentSensitiveKanaSensitive
7272
* Thai100CaseSensitiveAccentSensitiveSupplementaryCharacters
7373
* ThaiCaseSensitiveAccentInsensitiveWidthSensitive
74+
* Currently, the collation **Latin1_General_BIN2** is not supported as there is a known issue where the link cannot be stopped nor underlying tables could be removed from replication.
7475
* Single row updates (including off-page storage) of > 370 MB are not supported.
7576
* Currently, if the primary key column(s) of the table are not the first columns in the table, and columns to the left of primary key column(s) are deleted, replication may fail. To troubleshoot, see [Troubleshoot: Azure Synapse Link for SQL initial snapshot fails on source table with primary key not listed as the first column in sequence](troubleshoot/troubleshoot-sql-snapshot-primary-key-column-order.md).
7677

0 commit comments

Comments
 (0)