sp_unbindmsg

Description

Unbinds a user-defined message from a constraint.

Syntax

sp_unbindmsg constrname

Parameters

constrname

is the name of the constraint from which a message is to be unbound.

Examples

Example 1

Unbinds a user-defined message from the constraint positive_balance:

sp_unbindmsg positive_balance

Usage

Permissions

Only the object owner can execute sp_unbindmsg.

See also

System procedures sp_addmessage, sp_bindmsg, sp_getmessage