Skip to content

Commit 20bb2d8

Browse files
Merge pull request #215200 from dearandyxu/master
existing workspace in Synapse link
2 parents 12a0378 + d8431e5 commit 20bb2d8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

articles/synapse-analytics/synapse-link/faq.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ summary: In this guide, you'll find the most frequently asked questions for Azur
1515
sections:
1616
- name: General
1717
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.
2218
- question: |
2319
Can I use Azure Synapse Link for SQL to replicate data to Azure Synapse SQL serverless pool as the destination store?
2420
answer: |

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ This article lists the known limitations and issues with Azure Synapse Link for
2020
This is the list of known limitations for Azure Synapse Link for SQL.
2121

2222
### 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.
2523
* Source tables must have primary keys.
2624
* The following data types aren't supported for primary keys in the source tables:
2725
* real
@@ -63,13 +61,12 @@ This is the list of known limitations for Azure Synapse Link for SQL.
6361
* System tables can't be replicated.
6462
* The security configuration from the source database will **NOT** be reflected in the target dedicated SQL pool.
6563
* 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, cant be replicated. Here's the [supported collations in Synapse SQL Pool](../sql/reference-collation-types.md).
6765
* Single row updates (including off-page storage) of > 370MB are not supported.
6866

6967
### Azure SQL DB only
7068
* Azure Synapse Link for SQL isn't supported on Free, Basic or Standard tier with fewer than 100 DTUs.
7169
* 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.
7370
* 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).
7471
* 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.
7572
* 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

Comments
 (0)