Service Broker Transact-SQL Enhancements
Service Broker is a technology that helps developers build database-intensive, distributed applications that are secure, reliable, and scalable. This technology allows distributed application components to reliably send and receive messages and to queue those messages until they can be processed by the receiving component.
New DDL Statements
New statements | Description |
---|---|
Creates a new contract in a database. |
|
Deletes an existing contract. |
|
Changes the properties of a message type. |
|
Creates a new message type in a database. |
|
Deletes an existing message type. |
|
Changes the properties of a queue. |
|
Creates a new queue in a database. |
|
Deletes an existing queue. |
|
Changes the properties of a remote service binding. |
|
Creates a binding that associates a remote service with user credentials for accessing the service. |
|
Deletes an existing remote service binding. |
|
Changes the properties of a route. |
|
Creates a new route to a service. |
|
Deletes an existing route. |
|
Changes the properties of a service. |
|
Creates a new service in a database. |
|
Deletes an existing service. |
See Also
Reference
Data Definition Language (DDL) Statements (Transact-SQL)
Other Resources
What's New and Enhanced in Transact-SQL (Transact-SQL)