Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.4 KB

File metadata and controls

38 lines (32 loc) · 1.4 KB
title Cursor Functions (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 07/24/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
functions [SQL Server], cursors
cursor functions
ms.assetid 7d9daa10-4c50-4212-9400-42120222b2b8
caps.latest.revision 27
author BYHAM
ms.author rickbyh
manager jhubbard

Cursor Functions (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-asdb-xxxx-xxx_md]

The following scalar functions return information about cursors:

@@CURSOR_ROWS CURSOR_STATUS
@@FETCH_STATUS

All cursor functions are nondeterministic. This means these functions do not always return the same results every time they are called, even with the same set of input values. For more information about function determinism, see Deterministic and Nondeterministic Functions.

See also

Built-in Functions (Transact-SQL)