cursor (T-SQL)

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

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.