Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 2.48 KB

File metadata and controls

42 lines (37 loc) · 2.48 KB
title Cursor Stored Procedures (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
cursors [SQL Server], stored procedures
system stored procedures [SQL Server], cursors
server cursors [SQL Server]
ms.assetid a4b6955b-9cae-40fb-99a1-2931e17a8e74
caps.latest.revision 16
author BYHAM
ms.author rickbyh
manager jhubbard

Cursor Stored Procedures (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx_md]

[!INCLUDEmsCoName] [!INCLUDEssNoVersion] supports the following system stored procedures that implement cursor variable functionality.

sp_cursor_list sp_cursorprepare
sp_cursor sp_cursorprepexec
sp_cursorclose sp_cursorunprepare
sp_cursorexecute sp_describe_cursor
sp_cursorfetch sp_describe_cursor_columns
sp_cursoropen sp_describe_cursor_tables
sp_cursoroption

See Also

System Stored Procedures (Transact-SQL)