This zip file contains three different SQL Server Projects:
  * LocalSample
  * RemoteSampleServer1
  * RemoteSampleServer2

The Localsample project shows how to use SSB for communication between two databases on the same SQL Server instance. The sample uses master key and Trustworthy databases

The RemoteSampleServer1 and 2 is supposed to be run on separate SQL Server machines, and those two samles show communication between databases on those two machines. These remote samples use Certificates and both transport as well as dialog security.

The samples require the SQL Server June CTP (released late May/early June). They will probably not run against the April CTP (Trustworthy was not implemented for example) but I have not tried.

Have Fun!!

