Cursor Functions (Transact-SQL)

Applies to: 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)