Skip to content

Commit e1a0509

Browse files
Clarify LAQ with the OUTPUT clause
1 parent 5e81fb2 commit e1a0509

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/performance/optimized-locking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the optimized locking enhancement to the database engin
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: randolphwest, peskount, praspu, dfurman
7-
ms.date: 11/24/2025
7+
ms.date: 01/29/2025
88
ms.service: sql
99
ms.subservice: performance
1010
ms.topic: concept-article
@@ -283,7 +283,7 @@ Lock after qualification is not used in the following scenarios:
283283
- When the transaction isolation level is other than `READ COMMITTED`, or when the `READ_COMMITTED_SNAPSHOT` database option is disabled.
284284
- When the table being modified has a columnstore index.
285285
- When the DML statement includes variable assignment.
286-
- When the DML statement has an `OUTPUT` clause.
286+
- When the DML statement has an `OUTPUT` clause that inserts data into a table variable or returns a result set.
287287
- When the DML statement uses more than one index seek or scan operator to read the rows being modified.
288288
- In `MERGE` statements.
289289

0 commit comments

Comments
 (0)