Skip to content

Commit f478a84

Browse files
20221109 1556
1 parent a0d0f74 commit f478a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.topic: faq
88
ms.subservice: synapse-link
99
ms.custom: event-tier1-build-2022
10-
ms.date: 11/08/2022
10+
ms.date: 11/09/2022
1111
ms.author: yexu
1212
ms.reviewer: wiassaf, imotiwala
1313
title: Azure Synapse Link for SQL FAQ
@@ -109,7 +109,7 @@ sections:
109109
- question: |
110110
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to Azure SQL DB?
111111
answer: |
112-
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.
112+
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. If this fails, you may receive error 22739 from the SynapseLinkGatewayClient in [sys.dm_change_feed_errors](/sql/relational-databases/system-dynamic-management-views/sys-dm-change-feed-errors). If this occurs, you can manually drop the changefeed table group with `sp_change_feed_drop_table_group`.
113113
- question: |
114114
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to SQL Server?
115115
answer: |

0 commit comments

Comments
 (0)