Get Transact-SQL Stored Procedure

This Transact-SQL stored procedure fetches a single record from the table.

Parameter Name

Type

Description

p_id

INTEGER

The primary key of the record to be fetched.

p_cur

CURSOR

Output

A cursor pointing to the record being fetched.

See Also

Transact-SQL Stored Procedures for Microsoft SQL Server