Skip to content

Commit 8e688b3

Browse files
authored
Merge pull request #8415 from MicrosoftDocs/NonCursorLoopsInTSQL_pijocoder_03102025
AB#4451: SQL: update title of non-cursor loops article for clarity and discoverability
2 parents bcac7ea + c5f1326 commit 8e688b3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: Iterate through a result set by using Transact-SQL
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
2+
title: Iterate through a SQL Server result set in T-SQL without a cursor
3+
description: This article describes methods to iterate through a SQL Server result set in Transact-SQL without 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
88
---
99

10-
# Iterate through a result set by using Transact-SQL in SQL Server
10+
# Iterate through a SQL Server result set in T-SQL without using a cursor
1111

12-
This article describes various methods that you can use to iterate through a result set by using Transact-SQL in SQL Server.
12+
This article describes methods that you can use to iterate through a result set by using Transact-SQL in SQL Server.
1313

1414
_Original product version:_   SQL Server
1515
_Original KB number:_   111401
1616

1717
## Summary
1818

19-
This article describes various methods that you can use to simulate a cursor-like `FETCH`-`NEXT` logic in a stored procedure, trigger, or 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)