Skip to content

Commit d513454

Browse files
Merge pull request #217561 from dearandyxu/master
pause/resume
2 parents b0ed8a6 + 2ca14b9 commit d513454

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sections:
4040
- question: |
4141
Can I pause the data replication from my link connection, and then resume it from where it is paused?
4242
answer: |
43-
No, you cannot. Pausing and resuming a link connection will be coming soon.
43+
Yes, you can.
4444
- question: |
4545
Can I select managed virtual network in Synapse workspace with Synapse managed private endpoints which allow the link connection to privately connect to the source database?
4646
answer: |

articles/synapse-analytics/synapse-link/sql-database-synapse-link.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article helps you to understand the functions of Azure Synapse Link for Azu
2424

2525
A link connection identifies a mapping relationship between an Azure SQL database and an Azure Synapse Analytics dedicated SQL pool. You can create, manage, monitor and delete link connections in your Synapse workspace. When creating a link connection, you can select both source database and a destination Synapse dedicated SQL pool so that the operational data from your source database will be automatically replicated to the specified destination Synapse dedicated SQL pool. You can also add or remove one or more tables from your source database to be replicated.
2626

27-
You can start or stop a link connection. When started, a link connection will start from a full initial load from your source database followed by incremental change feeds via the change feed feature in Azure SQL database. When you stop a link connection, the updates made to the operational data won't be synchronized to your Synapse dedicated SQL pool. For more information, see [Azure Synapse Link change feed for SQL Server 2022 and Azure SQL Database](/sql/sql-server/synapse-link/synapse-link-sql-server-change-feed).
27+
You can start, stop, pause or resume a link connection. When started, a link connection will start from a full initial load from your source database followed by incremental change feeds via the change feed feature in Azure SQL database. When you stop a link connection, the updates made to the operational data won't be synchronized to your Synapse dedicated SQL pool. It will do a full initial load from your source database if you start the link connection again. When you pause a link connection, the updates made to the operational data won't be synchronized to your Synapse dedicated SQL pool. When you resume a link connection, it will continue to synchronize the update from the place where you paused the link connection to your Synapse dedicated SQL pool. For more information, see [Azure Synapse Link change feed for SQL Server 2022 and Azure SQL Database](/sql/sql-server/synapse-link/synapse-link-sql-server-change-feed).
2828

2929
You need to select compute core counts for each link connection to replicate your data. The core counts represent the compute power and it impacts your data replication latency and cost.
3030

@@ -37,8 +37,11 @@ You can monitor Azure Synapse Link for SQL at the link and table levels. For eac
3737
* **Initial:** a link connection is created but not started. You will not be charged in initial state.
3838
* **Starting:** a link connection is setting up compute engines to replicate data.
3939
* **Running:** a link connection is replicating data.
40-
* **Stopping:** a link connection is shutting down the compute engines.
40+
* **Stopping:** a link connection is going to be stopped. The compute engine is being shut down.
4141
* **Stopped:** a link connection is stopped. You will not be charged in stopped state.
42+
* **Pausing:** a link connection is going to be paused. The compute engine is being shut down.
43+
* **Paused:** a link connection is paused. You will not be charged in paused state.
44+
* **Resuming:** a link connection is going to be resumed by setting up compute engines to continue to replicate the changes.
4245

4346
For each table, you'll see the following status:
4447

articles/synapse-analytics/synapse-link/sql-server-2022-synapse-link.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article helps you to understand the functions of Azure Synapse Link for SQL
2424

2525
A link connection identifies a mapping relationship between an SQL Server 2022 and an Azure Synapse Analytics dedicated SQL pool. You can create, manage, monitor and delete link connections in your Synapse workspace. When creating a link connection, you can select both source database and destination Synapse dedicated SQL pool so that the operational data from your source database will be automatically replicated to the specified destination Synapse dedicated SQL pool. You can also add or remove one or more tables from your source database to be replicated.
2626

27-
You can start or stop a link connection. When started, a link connection will start from a full initial load from your source database followed by incremental change feeds via change feed feature in SQL Server 2022. When you stop a link connection, the updates made to the operational data won't be synchronized to your Synapse dedicated SQL pool. For more information, see [Azure Synapse Link change feed for SQL Server 2022 and Azure SQL Database](/sql/sql-server/synapse-link/synapse-link-sql-server-change-feed).
27+
You can start, stop, pause or resume a link connection. When started, a link connection will start from a full initial load from your source database followed by incremental change feeds via change feed feature in SQL Server 2022. When you stop a link connection, the updates made to the operational data won't be synchronized to your Synapse dedicated SQL pool. It will do a full initial load from your source database if you start the link connection again. When you pause a link connection, the updates made to the operational data won't be synchronized to your Synapse dedicated SQL pool. When you resume a link connection, it will continue to synchronize the update from the place where you paused the link connection to your Synapse dedicated SQL pool. For more information, see [Azure Synapse Link change feed for SQL Server 2022 and Azure SQL Database](/sql/sql-server/synapse-link/synapse-link-sql-server-change-feed).
2828

2929
You need to select compute core counts for each link connection to replicate your data. The core counts represent the compute power and it impacts your data replication latency and cost.
3030

@@ -47,8 +47,11 @@ You can monitor Azure Synapse Link for SQL at the link and table levels. For eac
4747
* **Initial:** a link connection is created but not started. You will not be charged in initial state.
4848
* **Starting:** a link connection is setting up compute engines to replicate data.
4949
* **Running:** a link connection is replicating data.
50-
* **Stopping:** a link connection is shutting down the compute engines.
50+
* **Stopping:** a link connection is going to be stopped. The compute engine is being shut down.
5151
* **Stopped:** a link connection is stopped. You will not be charged in stopped state.
52+
* **Pausing:** a link connection is going to be paused. The compute engine is being shut down.
53+
* **Paused:** a link connection is paused. You will not be charged in paused state.
54+
* **Resuming:** a link connection is going to be resumed by setting up compute engines to continue to replicate the changes.
5255

5356
For each table, you'll see the following status:
5457

0 commit comments

Comments
 (0)