Skip to content

Commit b5fcf0b

Browse files
authored
update title of article for clarity and discoverability
1 parent f5bee4c commit b5fcf0b

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,13 +1,13 @@
11
---
2-
title: Iterate through a result set by using Transact-SQL
2+
title: Iterate through a SQL Server result set in T-SQL without using a cursor
33
description: This article describes various methods that you can use to iterate through a result set by using Transact-SQL in SQL Server.
44
ms.date: 07/26/2024
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

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

@@ -16,7 +16,7 @@ _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 a Transact-SQL batch.
2020

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

0 commit comments

Comments
 (0)