Contents Index sp_drop_publication procedure sp_drop_sql_remote procedure

SQL Remote User's Guide
  Command Reference for Adaptive Server Enterprise

sp_drop_remote_type procedure


Purpose 

To drop a message type from the database.

Syntax 

sp_drop_remote_type type_name

Argument Description
type_name The message type to drop. This must be a string containing one of the following:
  • file

  • ftp

  • smtp

  • mapi

  • vim

See also 

sp_remote_type procedure

DROP REMOTE MESSAGE TYPE statement

Description 

Drops the named message type from the database.

Example 

Contents Index sp_drop_publication procedure sp_drop_sql_remote procedure