Skip to content

Commit 6b0de80

Browse files
authored
Merge pull request #18050 from David-Engel/patch-3
Link directly to locking in the database engine
2 parents 17e9f40 + bc5716f commit 6b0de80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/jdbc/understanding-row-locking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Understanding row locking"
33
title: "Understanding row locking | Microsoft Docs"
44
ms.custom: ""
5-
ms.date: "08/12/2019"
5+
ms.date: "12/08/2020"
66
ms.prod: sql
77
ms.prod_service: connectivity
88
ms.reviewer: ""
@@ -25,7 +25,7 @@ The [!INCLUDE[jdbcNoVersion](../../includes/jdbcnoversion_md.md)] uses [!INCLUDE
2525
Locking is used to assure transactional integrity and database consistency. Locking prevents users from reading data that is being changed by other users, and prevents multiple users from changing the same data at the same time. If locking is not used, data within the database might become logically incorrect, and queries run against that data might produce unexpected results.
2626

2727
> [!NOTE]
28-
> For more information about row locking in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see "Locking in the [!INCLUDE[ssDE](../../includes/ssde_md.md)]" in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Books Online.
28+
> For more information about row locking in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see ["Locking in the [!INCLUDE[ssDE](../../includes/ssde_md.md)]"](../../relational-databases/sql-server-transaction-locking-and-row-versioning-guide.md#Lock_Engine) in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Books Online.
2929
3030
## See also
3131

0 commit comments

Comments
 (0)