Delete message types

Deleting a message type removes the publisher address from the definition.

To delete a message type (Sybase Central)
  1. Connect to the database as a user with DBA authority.

  2. In the left pane, expand the SQL Remote Users directory for a database.

  3. In the right pane, click the Message Types tab.

  4. In the right pane, right-click the message type you want to remove and choose Delete.

  5. Click Yes.

To delete a message type (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a DROP REMOTE MESSAGE TYPE statement.

See also