Skip to content

Commit fa9bdd3

Browse files
authored
Merge pull request #205799 from dearandyxu/master
remove known limitations
2 parents 47f17f6 + ce77c14 commit fa9bdd3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ This is the list of known limitations for Azure Synapse Link for SQL.
2222
### Azure SQL DB and SQL Server 2022
2323
* Users must use an Azure Synapse Analytics workspace created on or after May 24, 2022, to get access to Azure Synapse Link for SQL functionality.
2424
* Running Azure Synapse Analytics in a managed virtual network isn't supported. Users need to check "Disable Managed virtual network" and "Allow connections from all IP addresses" when creating their workspace.
25-
* If you are using a schema other than `dbo`, that schema must be manually created in the target dedicated SQL pool before it can be used.
2625
* Source tables must have primary keys.
2726
* The following data types aren't supported for primary keys in the source tables:
2827
* real
@@ -66,13 +65,12 @@ This is the list of known limitations for Azure Synapse Link for SQL.
6665
* Enabling Azure Synapse Link for SQL will create a new schema called `changefeed`. Don't use this schema, as it is reserved for system use.
6766
* Source tables with non-default collations: UTF8, Japanese can't be replicated to Synapse. Here's the [supported collations in Synapse SQL Pool](../sql/reference-collation-types.md).
6867
* Single row updates (including off-page storage) of > 370MB are not supported.
69-
* Single transactions of > 500MB could cause data ingestion to the Azure Synapse Analytics dedicated SQL pool to fail.
7068

7169
### Azure SQL DB only
7270
* Azure Synapse Link for SQL isn't supported on Free, Basic or Standard tier with fewer than 100 DTUs.
7371
* Azure Synapse Link for SQL isn't supported on SQL Managed Instances.
7472
* Users need to check "Allow Azure services and resources to access this server" in the firewall settings of their source database server.
75-
* Service principal and user-assigned managed identity aren't supported for authenticating to source Azure SQL DB, so when creating Azure SQL DB linked Service, choose SQL authentication or service assigned managed Identity (SAMI).
73+
* Service principal isn't supported for authenticating to source Azure SQL DB, so when creating Azure SQL DB linked Service, choose SQL authentication, user-assigned managed identity (UAMI) or service assigned managed Identity (SAMI).
7674
* Azure Synapse Link can't be enabled on the secondary database once a GeoDR failover has happened if the secondary database has a different name from the primary database.
7775
* If you enabled Azure Synapse Link for SQL on your database as an Microsoft Azure Active Directory (Azure AD) user, Point-in-time restore (PITR) will fail. PITR will only work when you enable Azure Synapse Link for SQL on your database as a SQL user.
7876
* If you create a database as an Azure AD user and enable Azure Synapse Link for SQL, a SQL authentication user (for example, even sysadmin role) won't be able to disable/make changes to Azure Synapse Link for SQL artifacts. However, another Azure AD user will be able to enable/disable Azure Synapse Link for SQL on the same database. Similarly, if you create a database as an SQL authentication user, enabling/disabling Azure Synapse Link for SQL as an Azure AD user won't work.
@@ -109,10 +107,6 @@ This is the list of known limitations for Azure Synapse Link for SQL.
109107
```sql
110108
EXEC sys.sp_change_feed_disable_db
111109
112-
### User may receive error indicating invalid primary key column data type even when primary key is of a supported type
113-
* Applies To - Azure SQL Database
114-
* Issue - If your source database contains a table with a primary key that is an unsupported data type (real, float, hierarchyid, sql_variant, and timestamp), it could cause a table with a supported primary key data type to not be enabled for Azure Synapse Link for SQL.
115-
* Resolution - Change the data type of all primary key columns to a supported data type.
116110
117111
## Next steps
118112

0 commit comments

Comments
 (0)