Monday, October 15, 2012 2:43 PM
rusanu.com
Handling exceptions that occur during the RECEIVE statement in activated procedures
The typical SQL Server activation procedure is contains a WHILE (1=1) loop and exit conditions based on checking @@ROWCOUNT. Error handling is done via a BEGIN TRY ... BEGIN CATCH block. This pattern is present in many Service Broker articles on the web,
Read More...