Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.22 KB

cursor-functions-transact-sql.md

File metadata and controls

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

Cursor Functions (Transact-SQL)

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

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)