Skip to content

Commit 8c05c99

Browse files
authored
minor updates
1 parent b5fcf0b commit 8c05c99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/sql/database-engine/development/iterate-through-result-set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Iterate through a SQL Server result set in T-SQL without using a cursor
3-
description: This article describes various methods that you can use to iterate through a result set by using Transact-SQL in SQL Server.
4-
ms.date: 07/26/2024
3+
description: This article describes methods that you can use to iterate through a SQL Server result set in Transact-SQL without using a cursor.
4+
ms.date: 03/11/2025
55
ms.custom: sap:Database or Client application Development
66
ms.reviewer: jopilov
77
ms.topic: how-to
@@ -16,7 +16,7 @@ _Original KB number:_   111401
1616

1717
## Summary
1818

19-
This article describes methods that you can use to simulate a cursor-like `FETCH`-`NEXT` logic in a stored procedure, trigger, or a Transact-SQL batch.
19+
This article describes methods that you can use to simulate a cursor-like `FETCH`-`NEXT` logic in a stored procedure, trigger, or Transact-SQL batch.
2020

2121
## Use Transact-SQL Statements to Iterate Through a Result Set
2222

0 commit comments

Comments
 (0)