2006-08-23
894 reads
2006-08-23
894 reads
2006-08-16
887 reads
2006-08-07
899 reads
After agreeing on our design goals we began looking for technologies to support them. It turned out that SQL Server™ Service Broker offered the asynchronous messaging support we needed and, since the message-queuing infrastructure is tightly integrated with the SQL Server database engine, our existing database backup, administration, and failover procedures could cover our messaging solution as well.
2006-07-26
1,736 reads
2006-07-17
900 reads
2006-07-13
924 reads
2006-07-10
972 reads
2006-07-04
928 reads
One way to understand Service Broker is to think of it as a postal service. New author Sachin Dedhia brings us a fantastic introduction to the Service Broker including the code to setup and begin working with queues, conversations and contracts. If that doesn't make sense, you need to read this article.
2006-05-08
9,662 reads
One of the less exciting, but perhaps very powerful new features in SQL Server 2005, the Service Broker is an asynchronous communications method. MVP Srinivas Sampath brings us the second part of his series looking at what you can accomplish with a practical example.
2005-08-30
12,854 reads
By Steve Jones
Today’s coping tip is to challenge negative thoughts and look for the upside. I’m...
Since changing to the new MVP renewal model, Microsoft MVPs have had until 31...
For the first workdays of this new year, I had the pleasurable task of...
Comments posted to this topic are about the item The Senior Advantage
Definition of stored procedure create procedure [dbo].[smGetMinDate] @O_dMinDate datetime = NULL output as...
Hello Have created a simple 9 column report where there are 7 (multi valued)...