Do you know what is sql service broker?



Do you know what is sql service broker?..

Answer / Nishant Singh

SQL Service Broker is a Microsoft SQL Server component that allows applications to exchange messages asynchronously. It enables queued notifications, transactions, and connections between multiple instances or databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain timestamp datatype?

1 Answers  


What is the use of CASCADE CONSTRAINTS?

3 Answers  


What are the different types of replication you can set up in sql server?

1 Answers  


Describe in brief system database.

1 Answers  


What Is Rdbms?

1 Answers   Accenture,


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

0 Answers  


How do you open a cluster administrator?

1 Answers  


How to provide default values to stored procedure parameters?

1 Answers  


How does index makes search faster?

1 Answers   QuestPond,


What is an index in sql?

1 Answers  


How would we use distinct statement? What is its use?

1 Answers  


What is difference between rollback immediate and with no_wait during alter database?

1 Answers  


Categories