Skip to content

Commit 86a0eae

Browse files
committed
clarify last write wins configuration
1 parent b675cef commit 86a0eae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/relational-databases/replication/transactional/peer-to-peer/configure-last-writer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: MikeRayMSFT
55
ms.author: mikeray
66
ms.prod: sql
77
ms.topic: how-to
8-
ms.date: 10/05/2021
8+
ms.date: 11/1/2021
99
ms.custom: template-how-to
1010
---
1111

1212
# Configure last writer conflict detection & resolution
1313

1414
Beginning with [!INCLUDE [sssql19-md](../../../../includes/sssql19-md.md)] CU 13, you can configure peer-to-peer replication to automatically resolve conflicts by allowing the most recent insert or update to win the conflict. If either write deletes the row, SQL Server allows the delete to win the conflict. This method is known as last write wins.
1515

16-
Use stored procedures to configure last write wins. You can't configure last write wins with SQL Server Management Studio.
16+
Use stored procedures to configure last write wins.
1717

1818
## Important configuration considerations
1919

docs/ssms/release-notes-ssms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 3dc76cc1-3b4c-4719-8296-f69ec1b476f9
99
author: dzsquared
1010
ms.author: drskwier
1111
ms.reviewer: maghan
12-
ms.date: 10/05/2021
12+
ms.date: 11/1/2021
1313
---
1414

1515
# Release notes for SQL Server Management Studio (SSMS)
@@ -43,7 +43,7 @@ SSMS 18.10 is the latest general availability (GA) release of SSMS. If you need
4343
| Analysis Services | Update BITools to 150.19714.0 |
4444
| DacFx | Update DacFx to 15.0.5282.3 |
4545
| Import Flat File | Support for rich data types in Import Flat File wizard, including money. |
46-
| Replication | Support for peer to peer publication with [Last Writer Win (LWW) conflict detection](../relational-databases/replication/transactional/peer-to-peer/configure-last-writer.md) |
46+
| Replication | Support for scripting of peer to peer publication with [Last Writer Win (LWW) conflict detection](../relational-databases/replication/transactional/peer-to-peer/configure-last-writer.md) |
4747
| XEvents | Support for Ledger syntax in XEvents interface |
4848

4949
#### Bug fixes in 18.10

0 commit comments

Comments
 (0)