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: azure-sql/database/sql-data-sync-data-sql-server-sql-database.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This overview introduces SQL Data Sync for Azure, which allows you
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
6
ms.reviewer: mathoma, hudequei
7
-
ms.date: 02/21/2025
7
+
ms.date: 02/27/2025
8
8
ms.service: azure-sql-database
9
9
ms.subservice: sql-data-sync
10
10
ms.topic: concept-article
@@ -163,20 +163,21 @@ Provisioning and deprovisioning during sync group creation, update, and deletion
163
163
- Data Sync supports only the following two index properties: Unique, Clustered/Non-Clustered. Other properties of an index, like `IGNORE_DUP_KEY` or the `WHERE` filter predicate, aren't supported and the destination index is provisioned without these properties even if the source Index has these properties set.
164
164
- An Azure Elastic jobs database can't be used as the SQL Data Sync Metadata database, and vice versa.
165
165
- SQL Data Sync isn't supported for [ledger databases](/sql/relational-databases/security/ledger/ledger-database-ledger).
166
+
- Data Sync is not a disaster recovery or high availability tool and does not synchronize its own Sync Group information. There is no automatic disaster recovery for Data Sync.
Data Sync can't sync read-only or system-generated columns. For example:
177
178
178
-
- Computed columns.
179
-
- System-generated columns for temporal tables.
179
+
- Computed columns
180
+
- System-generated columns for temporal tables
180
181
181
182
#### Limitations on service and database dimensions
182
183
@@ -273,7 +274,7 @@ The Dynamics 365 bring your own database feature lets administrators export data
273
274
274
275
### How do I create Data Sync in Failover group to support Disaster Recovery?
275
276
276
-
- To ensure data sync operations in failover region are at par with Primary region, after failover you have to manually re-create the Sync Group in failover region with same settings as primary region.
277
+
SQL Data Sync offers no automatic failover or disaster recovery capabilities. In case of database failover to another region, Sync Group will stop working. Manually re-create the Sync Group in failover region with same settings as primary region.
0 commit comments