Commit 7233ba20 authored by dwentzel's avatar dwentzel
Browse files

added fire_and_forget.sql

parent 177f837a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ This folder contains the source code for my [Service Broker Demystified blog ser

`encryption_errors.sql` and `encryption_errors2.sql` cover goofiness with encryption and how to work around it.  

`fire_and_forget.sql` demos what happens when you incorrectly model a monolog with Service Broker.  

`GUIDs.sql` covers interesting aspects of SET NEW_BROKER vs ENABLE_BROKER.  

`Initiators_and_targets.sql` demos why initiator services are delimited as objects but target services are string literals.