You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/synapse-link/synapse-link-for-sql-known-issues.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ This is the list of known limitations for Azure Synapse Link for SQL.
22
22
### Azure SQL DB and SQL Server 2022
23
23
* 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.
24
24
* 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.
26
25
* Source tables must have primary keys.
27
26
* The following data types aren't supported for primary keys in the source tables:
28
27
* real
@@ -66,13 +65,12 @@ This is the list of known limitations for Azure Synapse Link for SQL.
66
65
* 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.
67
66
* 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).
68
67
* 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.
70
68
71
69
### Azure SQL DB only
72
70
* Azure Synapse Link for SQL isn't supported on Free, Basic or Standard tier with fewer than 100 DTUs.
73
71
* Azure Synapse Link for SQL isn't supported on SQL Managed Instances.
74
72
* 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).
76
74
* 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.
77
75
* 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.
78
76
* 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.
109
107
```sql
110
108
EXEC sys.sp_change_feed_disable_db
111
109
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.
0 commit comments