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/faq.yml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@ summary: In this guide, you'll find the most frequently asked questions for Azur
15
15
sections:
16
16
- name: General
17
17
questions:
18
-
- question: |
19
-
Can I get Azure Synapse Link for SQL in my existing Azure Synapse workspace?
20
-
answer: |
21
-
You can get Azure Synapse Link for SQL when your Azure Synapse workspace is created after May 24th, 2022. The support for Synapse workspaces created before May 24th, 2022 will be coming soon. When you see the error code: SynapseLinkStorageResourceNotProvisioned, it indicates that you are using the Synapse workspaces created before May 24th, 2022.
22
18
- question: |
23
19
Can I use Azure Synapse Link for SQL to replicate data to Azure Synapse SQL serverless pool as the destination store?
Copy file name to clipboardExpand all lines: articles/synapse-analytics/synapse-link/synapse-link-for-sql-known-issues.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ This article lists the known limitations and issues with Azure Synapse Link for
20
20
This is the list of known limitations for Azure Synapse Link for SQL.
21
21
22
22
### Azure SQL DB and SQL Server 2022
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
-
* 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
23
* Source tables must have primary keys.
26
24
* The following data types aren't supported for primary keys in the source tables:
27
25
* real
@@ -63,13 +61,12 @@ This is the list of known limitations for Azure Synapse Link for SQL.
63
61
* System tables can't be replicated.
64
62
* The security configuration from the source database will **NOT** be reflected in the target dedicated SQL pool.
65
63
* 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.
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).
64
+
* Source tables with collations that are unsupported by Synapse SQL dedicated pool, 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).
67
65
* Single row updates (including off-page storage) of > 370MB are not supported.
68
66
69
67
### Azure SQL DB only
70
68
* Azure Synapse Link for SQL isn't supported on Free, Basic or Standard tier with fewer than 100 DTUs.
71
69
* Azure Synapse Link for SQL isn't supported on SQL Managed Instances.
72
-
* Users need to check "Allow Azure services and resources to access this server" in the firewall settings of their source database server.
73
70
* 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).
74
71
* 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.
75
72
* 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.
0 commit comments