Author: newscorrespondentnewscorrespondent Date: Sep 10, 2008 20:12
In Sql Server Management Studio when I right click on the Service Broker and
select New Service Broker Application the code that it generates (included
below) looks like it has an error to me.
Should the code that checks for an 'End Dialog' message have an
ELSE
BEGIN BREAK;
END;
or why do the loop again?
Thanks
Tom
-- ============================================================
-- Create Request Response Application with Activation Template
-- ============================================================
-- Create the stored procedure
|