Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Service Broker?

Add comment
Views: 47
Votes: 0
Comments: 0
Service Broker is a message-queuing technology in SQL Server that allows developers to integrate SQL Server fully into distributed applications. Service Broker is feature which provides 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.

Where SQL server user names and passwords are stored in SQL server?

They get stored in System Catalog Views sys.server_principals and sys.sql_logins.
Others in this Category
document What is PRIMARY KEY?
document What are the advantages of using Stored Procedures?
document What is RDBMS?
document What is Stored Procedure?
document What is difference between DELETE & TRUNCATE commands?
document What is Index?
document What is sub-query? Explain properties of sub-query?
document Q: Please explain the concepts of transaction, commit and rollback
document What is UNIQUE KEY constraint?
document What are synonyms?
» More articles



RSS