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.
CAST and CONVERT | DECLARE @local_variable |
CURSOR_STATUS | DECLARE CURSOR |
Data Type Conversion | SET @local_variable |
Data Types |