Transact-SQL Reference

cursor

A data type for variables or stored procedure OUTPUT parameters that contain a reference to a cursor. Any variables created with the cursor data type are nullable.

The operations that can reference variables and parameters having a cursor data type are:

Important  The cursor data type cannot be used for a column in a CREATE TABLE statement.

See Also

CAST and CONVERT

CURSOR_STATUS

Data Type Conversion

Data Types

DECLARE CURSOR

DECLARE @local_variable

SET @local_variable