Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e1fdedf

Browse files
Merge pull request #33325 from WilliamDAssafMSFT/20250227-data-sync
20250227 data sync
2 parents af85d7b + c31433e commit e1fdedf

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

azure-sql/database/sql-data-sync-data-sql-server-sql-database.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This overview introduces SQL Data Sync for Azure, which allows you
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: mathoma, hudequei
7-
ms.date: 02/21/2025
7+
ms.date: 02/27/2025
88
ms.service: azure-sql-database
99
ms.subservice: sql-data-sync
1010
ms.topic: concept-article
@@ -163,20 +163,21 @@ Provisioning and deprovisioning during sync group creation, update, and deletion
163163
- 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.
164164
- An Azure Elastic jobs database can't be used as the SQL Data Sync Metadata database, and vice versa.
165165
- 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.
166167

167168
#### Unsupported data types
168169

169170
- FileStream
170171
- SQL/CLR UDT
171172
- XMLSchemaCollection (XML supported)
172-
- Cursor, RowVersion, Timestamp, Hierarchyid
173+
- Cursor, **RowVersion**, **Timestamp**, **Hierarchyid**
173174

174175
#### Unsupported column types
175176

176177
Data Sync can't sync read-only or system-generated columns. For example:
177178

178-
- Computed columns.
179-
- System-generated columns for temporal tables.
179+
- Computed columns
180+
- System-generated columns for temporal tables
180181

181182
#### Limitations on service and database dimensions
182183

@@ -273,7 +274,7 @@ The Dynamics 365 bring your own database feature lets administrators export data
273274

274275
### How do I create Data Sync in Failover group to support Disaster Recovery?
275276

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.
277278

278279
## Related content
279280

0 commit comments

Comments
 (0)