Skip to content

Commit dcfa769

Browse files
authored
Merge pull request #111362 from stevestein/sqldb-update-author
sqldb update author
2 parents fc61ffb + 6e1f404 commit dcfa769

9 files changed

+20
-20
lines changed

articles/sql-database/replication-to-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom: seo-lt-2019
88
ms.devlang:
99
ms.topic: conceptual
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: mathoma
1313
ms.date: 01/25/2019
1414
---

articles/sql-database/scripts/sql-database-sync-data-between-azure-onprem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom:
88
ms.devlang: PowerShell
99
ms.topic: sample
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 03/12/2019
1414
---

articles/sql-database/scripts/sql-database-sync-data-between-sql-databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom:
88
ms.devlang: PowerShell
99
ms.topic: sample
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 03/12/2019
1414
---

articles/sql-database/scripts/sql-database-sync-update-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom:
88
ms.devlang: PowerShell
99
ms.topic: sample
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 03/12/2019
1414
---

articles/sql-database/sql-database-best-practices-data-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom:
88
ms.devlang:
99
ms.topic: conceptual
10-
author: "allenwux"
11-
ms.author: "xiwu"
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 12/20/2018
1414
---

articles/sql-database/sql-database-data-sync-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom:
88
ms.devlang:
99
ms.topic: conceptual
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 12/20/2018
1414
---

articles/sql-database/sql-database-sync-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom: data sync
88
ms.devlang:
99
ms.topic: conceptual
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 08/20/2019
1414
---
@@ -72,7 +72,7 @@ A Sync Group has the following properties:
7272
| | Data Sync | Transactional Replication |
7373
|---|---|---|
7474
| Advantages | - Active-active support<br/>- Bi-directional between on-premises and Azure SQL Database | - Lower latency<br/>- Transactional consistency<br/>- Reuse existing topology after migration |
75-
| Disadvantages | - 5 min or more latency<br/>- No transactional consistency<br/>- Higher performance impact | - Cant publish from Azure SQL Database single database or pooled database<br/>- High maintenance cost |
75+
| Disadvantages | - 5 min or more latency<br/>- No transactional consistency<br/>- Higher performance impact | - Can't publish from Azure SQL Database single database or pooled database<br/>- High maintenance cost |
7676

7777
## Get started with SQL Data Sync
7878

articles/sql-database/sql-database-sync-monitor-oms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom: data sync
88
ms.devlang:
99
ms.topic: conceptual
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 12/20/2018
1414
---

articles/sql-database/sql-database-troubleshoot-data-sync.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ms.subservice: data-movement
77
ms.custom: data sync
88
ms.devlang:
99
ms.topic: conceptual
10-
author: allenwux
11-
ms.author: xiwu
10+
author: stevestein
11+
ms.author: sstein
1212
ms.reviewer: carlrab
1313
ms.date: 12/20/2018
1414
---
@@ -104,7 +104,7 @@ This error message indicates that one of the two following issues has occurred:
104104
- There's a WHERE clause in your CREATE INDEX statement. Data Sync doesn't handle this condition. To fix this issue, remove the WHERE clause or manually make the changes to all databases.
105105

106106
### <a name="sync-circ"></a> How does Data Sync handle circular references? That is, when the same data is synced in multiple sync groups, and keeps changing as a result?
107-
Data Sync doesnt handle circular references. Be sure to avoid them.
107+
Data Sync doesn't handle circular references. Be sure to avoid them.
108108

109109
## Client agent issues
110110

0 commit comments

Comments
 (0)