Update Transact-SQL Stored Procedure

This Transact-SQL stored procedure updates a single record in the table.

Parameter Name

Type

Description

p_id

INTEGER

Primary key value for the record being updated.

p_c1
p_c2
etc.

Depends on the field

The field values being updated in the record.  There is one field value for each field in the table.

See Also

Transact-SQL Stored Procedures for Microsoft SQL Server