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

What is the Difference Between UNION and UNION ALL in SQL Server ...

What is Central Management in SQL Server ?

Getting Rows in a Table in Random Order in MS SQL

How is Sqlcmd Different from Osql ?

How is Change Tracking is Different From Change Data Capture ?