Skip to content

Commit 7e41586

Browse files
authored
Merge pull request #216429 from im-microsoft/patch-1
Update faq.yml
2 parents 6630b84 + f6ee830 commit 7e41586

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ metadata:
77
ms.topic: faq
88
ms.subservice: synapse-link
99
ms.custom: event-tier1-build-2022
10-
ms.date: 05/13/2022
10+
ms.date: 11/02/2022
1111
ms.author: yexu
12+
ms.reviewer: wiassaf, imotiwala
1213
title: Azure Synapse Link for SQL FAQ
1314
summary: In this guide, you'll find the most frequently asked questions for Azure Synapse Link for SQL.
1415

@@ -22,7 +23,7 @@ sections:
2223
- question: |
2324
Does Azure Synapse Link for SQL support Azure SQL Managed Instance as a source store?
2425
answer: |
25-
No, currently Azure Synapse Link for SQL supports Azure SQL Database and SQL Server 2022 as the source stores only.
26+
No, currently Azure Synapse Link for SQL only supports Azure SQL Database and SQL Server (starting with SQL Server 2022) as the source.
2627
- question: |
2728
Do I need to stop the link connection when I want to add or remove tables to be replicated?
2829
answer: |
@@ -97,3 +98,19 @@ sections:
9798
What data replication mechanism is used by Azure Synapse Link for SQL?
9899
answer: |
99100
A new change feed processor has been integrated into the Azure SQL Database and SQL Server 2022 engine to enable this functionality.
101+
- question: |
102+
How do I rotate or change the SAS for the Landing Zone for Azure Synapse Link to SQL Server?
103+
answer: |
104+
If the SAS has expired for the user managed storage account for the Landing Zone, use [ALTER DATABASE SCOPED CREDENTIAL](/sql/t-sql/statements/alter-database-scoped-credential-transact-sql) to update the database credential for the new SAS.
105+
- question: |
106+
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to Azure SQL DB?
107+
answer: |
108+
If the Azure Synapse workspace is removed, Azure SQL DB will stop data replication from landing zone into Azure Synapse. The system stored procedure [sp_change_feed_drop_table_group](/sql/relational-databases/system-stored-procedures/sp-change-feed-drop-table-group) will be called automatically, and the storage account for the landing zone is managed and will be cleaned up automatically.
109+
- question: |
110+
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to SQL Server?
111+
answer: |
112+
In SQL Server, since landing zone storage account is user managed, data will continue to be published to the landing zone. You should disable the Azure Synapse Link by dropping the relevant table groups with [sp_change_feed_drop_table_group](/sql/relational-databases/system-stored-procedures/sp-change-feed-drop-table-group), and manually remove the storage account for the landing zone.
113+
- question: |
114+
What is the impact when a user intentionally removes the Azure Synapse Link landing zone for Azure Synapse Link to SQL Server?
115+
answer: |
116+
In SQL Server, the landing zone storage account is user managed. If the landing zone storage account is no longer accessible, and there will be errors in the [sys.dm_change_feed_errors](/sql/relational-databases/system-dynamic-management-views/sys-dm-change-feed-errors). You should disable the Azure Synapse Link by dropping the relevant table groups with [sp_change_feed_drop_table_group](/sql/relational-databases/system-stored-procedures/sp-change-feed-drop-table-group).

0 commit comments

Comments
 (0)