Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.24 KB

File metadata and controls

32 lines (26 loc) · 1.24 KB
title Cursor Functions (Transact-SQL)
description Cursor Functions (Transact-SQL)
author markingmyname
ms.author maghan
ms.date 07/24/2017
ms.service sql
ms.subservice t-sql
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
functions [SQL Server], cursors
cursor functions
dev_langs
TSQL

Cursor Functions (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]

These scalar functions return information about cursors:

All cursor functions are nondeterministic. In other words, these functions do not always return the same results each time they execute, even with the same set of input values. See Deterministic and Nondeterministic Functions for more information about function determinism.

See also

Built-in Functions (Transact-SQL)