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
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ metadata:
7
7
ms.topic: faq
8
8
ms.subservice: synapse-link
9
9
ms.custom: event-tier1-build-2022
10
-
ms.date: 05/13/2022
10
+
ms.date: 11/02/2022
11
11
ms.author: yexu
12
+
ms.reviewer: wiassaf, imotiwala
12
13
title: Azure Synapse Link for SQL FAQ
13
14
summary: In this guide, you'll find the most frequently asked questions for Azure Synapse Link for SQL.
14
15
@@ -22,7 +23,7 @@ sections:
22
23
- question: |
23
24
Does Azure Synapse Link for SQL support Azure SQL Managed Instance as a source store?
24
25
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.
26
27
- question: |
27
28
Do I need to stop the link connection when I want to add or remove tables to be replicated?
28
29
answer: |
@@ -97,3 +98,19 @@ sections:
97
98
What data replication mechanism is used by Azure Synapse Link for SQL?
98
99
answer: |
99
100
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