Skip to content

Commit 65418aa

Browse files
Update faq.yml
1 parent dbce58e commit 65418aa

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 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

@@ -98,18 +99,18 @@ sections:
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.
100101
- question: |
101-
How do I rotate or change the SAS for the Landing Zone for Azure Synapse Link to SQL Server?
102-
answer: |
103-
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.
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.
104105
- question: |
105-
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to Azure SQL DB?
106+
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to Azure SQL DB?
106107
answer: |
107-
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.
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.
108109
- question: |
109-
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to SQL Server?
110+
What is the impact when a user removes the Azure Synapse workspace that contains an Azure Synapse Link to SQL Server?
110111
answer: |
111-
SQL Server 2022, 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.
112+
SQL Server 2022, 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.
112113
- question: |
113-
What is the impact when a user intentionally removes the Azure Synapse Link landing zone for Azure Synapse Link to SQL Server?
114+
What is the impact when a user intentionally removes the Azure Synapse Link landing zone for Azure Synapse Link to SQL Server?
114115
answer: |
115-
In SQL Server 2022, 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).
116+
In SQL Server 2022, 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)