What is Service Broker in SQL Server ?

Service Broker is a message-queuing technology in SQL Server that allows developers to integrate SQL Server fully into distributed applications. Service Broker is a feature that provides a facility to SQL Server to send an asynchronous, transactional message.

It allows a database to send a message to another database without waiting for the response; so the application will continue to function if the remote database is temporarily unavailable.



You May Interest

MS SQL Getting List of All Column Names of a Table

Deleting Columns From a Table with a Query in MS SQL

Using MS SQL If Else

What is a ROLLUP Clause in SQL Server ?

Where are SQL Server Usernames and Passwords Stored in the SQL Se ...