DENY Service Broker Permissions (Transact-SQL)
Denies permissions on a Service Broker contract, message type, remote service binding, route, or service.
Service Broker Contracts
A Service Broker contract is a database-level securable contained by the database that is its parent in the permissions hierarchy. The most specific and limited permissions that can be denied on a Service Broker contract are listed in the following table, together with the more general permissions that include them by implication.
|
Service Broker contract permission |
Implied by Service Broker contract permission |
Implied by database permission |
|---|---|---|
|
CONTROL |
CONTROL |
CONTROL |
|
TAKE OWNERSHIP |
CONTROL |
CONTROL |
|
ALTER |
CONTROL |
ALTER ANY CONTRACT |
|
REFERENCES |
CONTROL |
REFERENCES |
|
VIEW DEFINITION |
CONTROL |
VIEW DEFINITION |
Service Broker Message Types
A Service Broker message type is a database-level securable that is contained by the database that is its parent in the permissions hierarchy. The most specific and limited permissions that can be denied on a Service Broker message type are listed in the following table, together with the more general permissions that include them by implication.
|
Service Broker message type permission |
Implied by Service Broker message type permission |
Implied by database permission |
|---|---|---|
|
CONTROL |
CONTROL |
CONTROL |
|
TAKE OWNERSHIP |
CONTROL |
CONTROL |
|
ALTER |
CONTROL |
ALTER ANY MESSAGE TYPE |
|
REFERENCES |
CONTROL |
REFERENCES |
|
VIEW DEFINITION |
CONTROL |
VIEW DEFINITION |
Service Broker Remote Service Bindings
A Service Broker remote service binding is a database-level securable that is contained by the database that is its parent in the permissions hierarchy. The most specific and limited permissions that can be denied on a Service Broker remote service binding are listed in the following table, together with the more general permissions that include them by implication.
|
Service Broker remote service binding permission |
Implied by Service Broker remote service binding permission |
Implied by database permission |
|---|---|---|
|
CONTROL |
CONTROL |
CONTROL |
|
TAKE OWNERSHIP |
CONTROL |
CONTROL |
|
ALTER |
CONTROL |
ALTER ANY REMOTE SERVICE BINDING |
|
VIEW DEFINITION |
CONTROL |
VIEW DEFINITION |
A Service Broker route is a database-level securable that is contained by the database that is its parent in the permissions hierarchy. The most specific and limited permissions that can be denied on a Service Broker route are listed in the following table, together with the more general permissions that include them by implication.
|
Service Broker route permission |
Implied by Service Broker route permission |
Implied by database permission |
|---|---|---|
|
CONTROL |
CONTROL |
CONTROL |
|
TAKE OWNERSHIP |
CONTROL |
CONTROL |
|
ALTER |
CONTROL |
ALTER ANY ROUTE |
|
VIEW DEFINITION |
CONTROL |
VIEW DEFINITION |
Service Broker Services
A Service Broker service is a database-level securable that is contained by the database that is its parent in the permissions hierarchy. The most specific and limited permissions that can be denied on a Service Broker service are listed in the following table, together with the more general permissions that include them by implication.
|
Service Broker service permission |
Implied by Service Broker service permission |
Implied by database permission |
|---|---|---|
|
CONTROL |
CONTROL |
CONTROL |
|
TAKE OWNERSHIP |
CONTROL |
CONTROL |
|
SEND |
CONTROL |
CONTROL |
|
ALTER |
CONTROL |
ALTER ANY SERVICE |
|
VIEW DEFINITION |
CONTROL |
VIEW DEFINITION |