DROP QUEUE (Transact-SQL)
SQL Server 2005
Drops an existing queue.
Transact-SQL Syntax Conventions
- database_name
-
Is the name of the database that contains the queue to drop. When no database_name is provided, defaults to the current database.
- schema_name (object)
-
Is the name of the schema that owns the queue to drop. When no schema_name is provided, defaults to the default schema for the current user.
- queue_name
-
Is the name of the queue to drop.
Reference
CREATE QUEUE (Transact-SQL)ALTER QUEUE (Transact-SQL)
EVENTDATA (Transact-SQL)