Skip to content

Commit c5f1326

Browse files
authored
Updates from editor
1 parent 8c05c99 commit c5f1326

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,6 +1,6 @@
11
---
2-
title: Iterate through a SQL Server result set in T-SQL without using a cursor
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.
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.
44
ms.date: 03/11/2025
55
ms.custom: sap:Database or Client application Development
66
ms.reviewer: jopilov
@@ -9,7 +9,7 @@ ms.topic: how-to
99

1010
# 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

0 commit comments

Comments
 (0)