sp_DropAllEvents

Advantage SQL Engine

This procedure removes all events for the connection.

Syntax

sp_DropAllEvents( Options, integer );

Parameters

Options (I)

Options, reserved for future use, pass the value 0 for this parameter.

See Also

Example

EXECUTE PROCEDURE sp_DropAllEvents( 0 );