Home SQL Server Commands
 

DROP MESSAGE TYPE

Drop an existing message type.

Syntax
      DROP MESSAGE TYPE mt_name

Key
   mt_name     The message type to delete.

You cannot drop Server, Database, or Schema names.

Example

DROP MESSAGE TYPE //ss64.com/Samples/msg ;

"Don't kill the messenger" - Sophocles 442 B.C.

Related commands:

CREATE MESSAGE TYPE
ALTER MESSAGE TYPE

Equivalent Oracle commands:

DBMS_AQ
DBMS_AQELM
UTL_HTTP



Back to the Top

Simon Sheppard
SS64.com