bookmark

Using the cursor Data Type in an OUTPUT Parameter


Description

Transact-SQL stored procedures can use the cursor data type only for OUTPUT parameters. If the cursor data type is specified for a parameter, both the VARYING and OUTPUT parameters are required. If the VARYING keyword is specified for a parameter, the data type must be cursor and the OUTPUT keyword must be specified.

Preview

Tags

Users

  • @tmodelsk

Comments and Reviews