<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Intorduction to Service Broker and Sample Script</title>
	<atom:link href="http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-251387</link>
		<dc:creator><![CDATA[Dennis]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 22:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-251387</guid>
		<description><![CDATA[Hi Pinal,

Copied the executed the whole script in one session (except the cleanup). Do not see any message in the table. What do I miss?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Copied the executed the whole script in one session (except the cleanup). Do not see any message in the table. What do I miss?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Freeman</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-222596</link>
		<dc:creator><![CDATA[Philip Freeman]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 03:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-222596</guid>
		<description><![CDATA[Dana;
Yes, at the very least you could pass messages to the activated stored procedures that would execute a set of predefined commands on the remote server.]]></description>
		<content:encoded><![CDATA[<p>Dana;<br />
Yes, at the very least you could pass messages to the activated stored procedures that would execute a set of predefined commands on the remote server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana Cobb</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-222474</link>
		<dc:creator><![CDATA[Dana Cobb]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 00:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-222474</guid>
		<description><![CDATA[I have read quite a few supposed &#039;examples&#039; of Service Broker, but one thing continues to puzzle me.... It is considered a messaging system... but are we talking messages like email or messages like instructions? Can these &#039;messages&#039; execute t-sql on the recieving server?  I have a trigger that I would like to execute a statement asynchronously on a remote server.... is this something Service Broker would be used for?]]></description>
		<content:encoded><![CDATA[<p>I have read quite a few supposed &#8216;examples&#8217; of Service Broker, but one thing continues to puzzle me&#8230;. It is considered a messaging system&#8230; but are we talking messages like email or messages like instructions? Can these &#8216;messages&#8217; execute t-sql on the recieving server?  I have a trigger that I would like to execute a statement asynchronously on a remote server&#8230;. is this something Service Broker would be used for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dioscoredes</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-218465</link>
		<dc:creator><![CDATA[dioscoredes]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 13:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-218465</guid>
		<description><![CDATA[My respect and thanks for your guidance as always - especially as the code example actually works first time with no corrections needed - always appreciated.  /BW/Dioscoredes/]]></description>
		<content:encoded><![CDATA[<p>My respect and thanks for your guidance as always &#8211; especially as the code example actually works first time with no corrections needed &#8211; always appreciated.  /BW/Dioscoredes/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-202282</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-202282</guid>
		<description><![CDATA[Hi Pinal,

Thanks for all of the time you invest in SQL Authority.  You do a great job of teaching.

I have a SQL application that must send several text files to a share on a client&#039;s Windows server.  I use SSIS to create the text file and save it to the client&#039;s share; however, if the share is not available due to network issues, the SSIS package fails.

Is this an appropriate use of SQL service broker.


Thanks,
Jon]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Thanks for all of the time you invest in SQL Authority.  You do a great job of teaching.</p>
<p>I have a SQL application that must send several text files to a share on a client&#8217;s Windows server.  I use SSIS to create the text file and save it to the client&#8217;s share; however, if the share is not available due to network issues, the SSIS package fails.</p>
<p>Is this an appropriate use of SQL service broker.</p>
<p>Thanks,<br />
Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Hamdy Y</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-189303</link>
		<dc:creator><![CDATA[Emad Hamdy Y]]></dc:creator>
		<pubDate>Sun, 06 Nov 2011 06:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-189303</guid>
		<description><![CDATA[Thank you very much]]></description>
		<content:encoded><![CDATA[<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-164604</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Fri, 02 Sep 2011 04:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-164604</guid>
		<description><![CDATA[Thank you very much Dave for this article, you made the complexity of Service Broker very simple and understandable. Two Thumbs Up for you. Thanks! ^_^]]></description>
		<content:encoded><![CDATA[<p>Thank you very much Dave for this article, you made the complexity of Service Broker very simple and understandable. Two Thumbs Up for you. Thanks! ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hareesh Raju</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-149806</link>
		<dc:creator><![CDATA[Hareesh Raju]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 12:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-149806</guid>
		<description><![CDATA[Thanks for your notes. It is really good.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your notes. It is really good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Freeman</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-144775</link>
		<dc:creator><![CDATA[Philip Freeman]]></dc:creator>
		<pubDate>Thu, 30 Jun 2011 04:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-144775</guid>
		<description><![CDATA[Pinal;

Here is a real life example for you.  We used Service Broker almost like a SCADA system.  We took sql server 2008 express and WonderWare&#039;s sql 2005 version and deployed it out into the field on our equipment.  We used WonderWares ability to read the meters and store the data.  We then created a stored procedure to capture the data on a per second interval and place it in a queue in the sql server 2008 express version.  The express version has the ability to prioritize the messages.  All 200 pieces of equipment send a message on a per second bases back to a central collection point.  There is a single database on the data collection side that all of the data resides in and thus can be analyed at will.  The central collection point database of course uses table partitioning to handle and query all of the data in a reasonable amount of time.]]></description>
		<content:encoded><![CDATA[<p>Pinal;</p>
<p>Here is a real life example for you.  We used Service Broker almost like a SCADA system.  We took sql server 2008 express and WonderWare&#8217;s sql 2005 version and deployed it out into the field on our equipment.  We used WonderWares ability to read the meters and store the data.  We then created a stored procedure to capture the data on a per second interval and place it in a queue in the sql server 2008 express version.  The express version has the ability to prioritize the messages.  All 200 pieces of equipment send a message on a per second bases back to a central collection point.  There is a single database on the data collection side that all of the data resides in and thus can be analyed at will.  The central collection point database of course uses table partitioning to handle and query all of the data in a reasonable amount of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-143334</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Fri, 24 Jun 2011 03:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-143334</guid>
		<description><![CDATA[This is not how or why you should use SB. Use either db replication, or backup/restore from the first db to the second (depending on whether you use one for prod and the other for reporting, whether it&#039;s one db partitioned into two, or whether it&#039;s two copies of the same db&#039;s being used for prod and the data need to be kept consistent. Your question has very scanty details on what you are trying to achieve.]]></description>
		<content:encoded><![CDATA[<p>This is not how or why you should use SB. Use either db replication, or backup/restore from the first db to the second (depending on whether you use one for prod and the other for reporting, whether it&#8217;s one db partitioned into two, or whether it&#8217;s two copies of the same db&#8217;s being used for prod and the data need to be kept consistent. Your question has very scanty details on what you are trying to achieve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-143326</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Fri, 24 Jun 2011 02:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-143326</guid>
		<description><![CDATA[Did you set a limit on the number of messaging processing threads that the broker can spawn for each queue? SQL server should spawn new threads if it detects that the messages are coming in faster than the current number of threads can deal with, up to the max number that you have set.]]></description>
		<content:encoded><![CDATA[<p>Did you set a limit on the number of messaging processing threads that the broker can spawn for each queue? SQL server should spawn new threads if it detects that the messages are coming in faster than the current number of threads can deal with, up to the max number that you have set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-140756</link>
		<dc:creator><![CDATA[Amol]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 17:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-140756</guid>
		<description><![CDATA[Madhav,

You would need to use Database Replication for that.]]></description>
		<content:encoded><![CDATA[<p>Madhav,</p>
<p>You would need to use Database Replication for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elameen</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-138999</link>
		<dc:creator><![CDATA[Elameen]]></dc:creator>
		<pubDate>Sun, 05 Jun 2011 08:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-138999</guid>
		<description><![CDATA[Thanks for the script.

I would really appreciate it if you could demonstrate another example for MULTIPLE INSTANCES.

In vain Ive been wrestling to make it.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks for the script.</p>
<p>I would really appreciate it if you could demonstrate another example for MULTIPLE INSTANCES.</p>
<p>In vain Ive been wrestling to make it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-134625</link>
		<dc:creator><![CDATA[Leslie]]></dc:creator>
		<pubDate>Mon, 16 May 2011 16:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-134625</guid>
		<description><![CDATA[Thanks Pinal,
The simplicity of this example was a great starting point.]]></description>
		<content:encoded><![CDATA[<p>Thanks Pinal,<br />
The simplicity of this example was a great starting point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravinder</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-130497</link>
		<dc:creator><![CDATA[Ravinder]]></dc:creator>
		<pubDate>Fri, 22 Apr 2011 09:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-130497</guid>
		<description><![CDATA[Hi Panal Sir,

Very nice article help me a lot , now i am finding advance level matter so that we can implement it in projects .

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Panal Sir,</p>
<p>Very nice article help me a lot , now i am finding advance level matter so that we can implement it in projects .</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhav Mishra</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-103539</link>
		<dc:creator><![CDATA[Madhav Mishra]]></dc:creator>
		<pubDate>Fri, 03 Dec 2010 06:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-103539</guid>
		<description><![CDATA[Hi Pinal 

I want to Syncronize my database kept at two different locations having different IP&#039;s How can I use SQL Broker Service to do that 

Eagerly Waiting for Your Response 

Madhav Mishra]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal </p>
<p>I want to Syncronize my database kept at two different locations having different IP&#8217;s How can I use SQL Broker Service to do that </p>
<p>Eagerly Waiting for Your Response </p>
<p>Madhav Mishra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harsha</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-96471</link>
		<dc:creator><![CDATA[Harsha]]></dc:creator>
		<pubDate>Fri, 29 Oct 2010 13:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-96471</guid>
		<description><![CDATA[1. FYI... When a databse gets restored from otehr server a Broker Id is required.  ALTER DATABASE   Set NEW_BROKER
2. to clear of the queue, use the conversation handle in the queue and end conversation;

ex: For each Conversation handle
End CONVERSATION 

DECLARE @handle uniqueidentifier
DECLARE conv cursor for select distinct conversation_handle from SBSendQueue WITH (NOLOCK) 
OPEN conv
FETCH NEXT FROM conv into @handle
WHILE @@FETCH_STATUS = 0
BEGIN
      END CONVERSATION @handle WITH cleanup
      /*select CONVERT(NVARCHAR(MAX), message_body) AS Message,@handle  from DBO.SBReceiveQueue  WITH (NOLOCK) WHERE [conversation_handle] = @handle*/
      FETCH NEXT FROM conv INTO @handle
END
CLOSE conv
DEALLOCATE conv]]></description>
		<content:encoded><![CDATA[<p>1. FYI&#8230; When a databse gets restored from otehr server a Broker Id is required.  ALTER DATABASE   Set NEW_BROKER<br />
2. to clear of the queue, use the conversation handle in the queue and end conversation;</p>
<p>ex: For each Conversation handle<br />
End CONVERSATION </p>
<p>DECLARE @handle uniqueidentifier<br />
DECLARE conv cursor for select distinct conversation_handle from SBSendQueue WITH (NOLOCK)<br />
OPEN conv<br />
FETCH NEXT FROM conv into @handle<br />
WHILE @@FETCH_STATUS = 0<br />
BEGIN<br />
      END CONVERSATION @handle WITH cleanup<br />
      /*select CONVERT(NVARCHAR(MAX), message_body) AS Message,@handle  from DBO.SBReceiveQueue  WITH (NOLOCK) WHERE [conversation_handle] = @handle*/<br />
      FETCH NEXT FROM conv INTO @handle<br />
END<br />
CLOSE conv<br />
DEALLOCATE conv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-95880</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 26 Oct 2010 11:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-95880</guid>
		<description><![CDATA[One method is to make use of the result of this query

select &#039;ALTER DATABASE &#039;+name+&#039; SET ENABLE_BROKER&#039; from sys.databases where name in (&#039;db1&#039;,&#039;db2&#039;,..)]]></description>
		<content:encoded><![CDATA[<p>One method is to make use of the result of this query</p>
<p>select &#8216;ALTER DATABASE &#8216;+name+&#8217; SET ENABLE_BROKER&#8217; from sys.databases where name in (&#8216;db1&#8242;,&#8217;db2&#8242;,..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludovic Tolhurst-Cleaver</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-95685</link>
		<dc:creator><![CDATA[Ludovic Tolhurst-Cleaver]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 10:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-95685</guid>
		<description><![CDATA[Hi there - 

Is there an easy way to switch on Service Broker for a whole database server at once?  Or should I just run: 
ALTER DATABASE ServiceBrokerTest SET ENABLE_BROKER
GO
for each database in sys.databases?

I want to use it to send myself email about backup jobs etc. that run on all databases.]]></description>
		<content:encoded><![CDATA[<p>Hi there &#8211; </p>
<p>Is there an easy way to switch on Service Broker for a whole database server at once?  Or should I just run:<br />
ALTER DATABASE ServiceBrokerTest SET ENABLE_BROKER<br />
GO<br />
for each database in sys.databases?</p>
<p>I want to use it to send myself email about backup jobs etc. that run on all databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-85739</link>
		<dc:creator><![CDATA[Derek]]></dc:creator>
		<pubDate>Tue, 31 Aug 2010 05:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-85739</guid>
		<description><![CDATA[Can I make the service broker communicate between two databases?]]></description>
		<content:encoded><![CDATA[<p>Can I make the service broker communicate between two databases?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bb indiana</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-82863</link>
		<dc:creator><![CDATA[bb indiana]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 13:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-82863</guid>
		<description><![CDATA[Nice article.  Helped me understand what going on. Thanks.]]></description>
		<content:encoded><![CDATA[<p>Nice article.  Helped me understand what going on. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneesh</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-73291</link>
		<dc:creator><![CDATA[Aneesh]]></dc:creator>
		<pubDate>Wed, 26 May 2010 21:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-73291</guid>
		<description><![CDATA[Hi Pinal,

I created a view to retrieve the message from the queue with the following query:
SELECT     Queuing_order AS MessageID, CONVERT(NVARCHAR(MAX), message_body) AS Message
FROM         dbo.SBReceiveQueue

In my application i want to retrieve these queue messages in an Oracle 10g database. But when i query data from the view as created above, it drops off the column &quot;Message&quot;.

Can you please help me with this?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I created a view to retrieve the message from the queue with the following query:<br />
SELECT     Queuing_order AS MessageID, CONVERT(NVARCHAR(MAX), message_body) AS Message<br />
FROM         dbo.SBReceiveQueue</p>
<p>In my application i want to retrieve these queue messages in an Oracle 10g database. But when i query data from the view as created above, it drops off the column &#8220;Message&#8221;.</p>
<p>Can you please help me with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paresh Prajapati</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-64239</link>
		<dc:creator><![CDATA[Paresh Prajapati]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 15:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-64239</guid>
		<description><![CDATA[Hi Pinal,

You have given the example for one database only and did the process of sending and receiving the message in same database.
How can we communicate for two different server databases ?
Where i need to with above script for two different server? databases ?

Thanks,
Paresh Prajapati]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>You have given the example for one database only and did the process of sending and receiving the message in same database.<br />
How can we communicate for two different server databases ?<br />
Where i need to with above script for two different server? databases ?</p>
<p>Thanks,<br />
Paresh Prajapati</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shafaath</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-63599</link>
		<dc:creator><![CDATA[Shafaath]]></dc:creator>
		<pubDate>Tue, 23 Mar 2010 20:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-63599</guid>
		<description><![CDATA[A good Simple sample...this would help...]]></description>
		<content:encoded><![CDATA[<p>A good Simple sample&#8230;this would help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Kolapkar</title>
		<link>http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/#comment-63183</link>
		<dc:creator><![CDATA[Deepak Kolapkar]]></dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6782#comment-63183</guid>
		<description><![CDATA[The above example is really good, especially for beginners in service broker to get in quickly. I was wondering how above sample can be tried across different servers/database

Thanks
Deepak]]></description>
		<content:encoded><![CDATA[<p>The above example is really good, especially for beginners in service broker to get in quickly. I was wondering how above sample can be tried across different servers/database</p>
<p>Thanks<br />
Deepak</p>
]]></content:encoded>
	</item>
</channel>
</rss>

