Contents Index sp_queue_delete_old procedure sp_queue_dump_database procedure

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

sp_queue_drop procedure


Purpose 

To drop the stable queue objects from a database..

Syntax 

sp_queue_drop

See also 

sp_drop_sql_remote procedure

Description 

Drops the stable queue system objects from the database, so that the database no longer supports a SQL Remote stable queue.

The sole stable queue object not removed is the sp_queue_drop procedure itself (a procedure cannot drop itself from a database). To complete removal of the stable queue requires that sp_queue_drop be dropped explicitly after it is called.

The sp_queue_drop procedure does not remove SQL Remote system objects from the database. To remove the SQL Remote system objects, use the sp_drop_sql_remote procedure.

Examples 

Contents Index sp_queue_delete_old procedure sp_queue_dump_database procedure