| title | DROP BROKER PRIORITY (Transact-SQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/03/2017 | ||
| ms.prod | sql | ||
| ms.prod_service | sql-database | ||
| ms.reviewer | |||
| ms.technology | t-sql | ||
| ms.topic | language-reference | ||
| f1_keywords |
|
||
| dev_langs |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 09ee6c5b-af94-4a4b-a0e2-f9eac50e43aa | ||
| author | CarlRabeler | ||
| ms.author | carlrab |
[!INCLUDE SQL Server]
Removes a conversation priority from the current database.
Transact-SQL Syntax Conventions
DROP BROKER PRIORITY ConversationPriorityName
[;]
ConversationPriorityName
Specifies the name of the conversation priority to be removed.
When you drop a conversation priority, any existing conversations continue to operate with the priority levels they were assigned from the conversation priority.
Permission for creating a conversation priority defaults to members of the db_ddladmin or db_owner fixed database roles, and to the sysadmin fixed server role. Requires ALTER permission on the database.
The following example drops the conversation priority named InitiatorAToTargetPriority.
DROP BROKER PRIORITY InitiatorAToTargetPriority;
ALTER BROKER PRIORITY (Transact-SQL)
CREATE BROKER PRIORITY (Transact-SQL)
sys.conversation_priorities (Transact-SQL)