<?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; Introduction to Service Broker</title>
	<atom:link href="http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: abidin</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-170243</link>
		<dc:creator><![CDATA[abidin]]></dc:creator>
		<pubDate>Wed, 21 Sep 2011 09:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-170243</guid>
		<description><![CDATA[hi, thanks for the great document, is it possible for me to send automated (daily)e-mails that gets the results of different stored procedures?]]></description>
		<content:encoded><![CDATA[<p>hi, thanks for the great document, is it possible for me to send automated (daily)e-mails that gets the results of different stored procedures?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 15 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-148371</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 15 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 01:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-148371</guid>
		<description><![CDATA[[...] Service Broker is a message-queuing technology in SQL Server that allows developers to integrate SQL Server fully into distributed applications. Service Broker is a feature which provides facility to SQL Server to send an asynchronous, transactional message. It allows a database to send a message to another database without waiting for the response; so the application will continue to function if the remote database is temporarily unavailable. (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Service Broker is a message-queuing technology in SQL Server that allows developers to integrate SQL Server fully into distributed applications. Service Broker is a feature which provides facility to SQL Server to send an asynchronous, transactional message. It allows a database to send a message to another database without waiting for the response; so the application will continue to function if the remote database is temporarily unavailable. (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patwa Nirav</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-123300</link>
		<dc:creator><![CDATA[Patwa Nirav]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 09:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-123300</guid>
		<description><![CDATA[HI Pinal,

             Nice Document given by you..
which may be very helpful in my project.
I have to fire automatic mail in project.


so thanks a lot for this doc...]]></description>
		<content:encoded><![CDATA[<p>HI Pinal,</p>
<p>             Nice Document given by you..<br />
which may be very helpful in my project.<br />
I have to fire automatic mail in project.</p>
<p>so thanks a lot for this doc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - 2008 - Interview Questions and Answers - Part 6 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-47474</link>
		<dc:creator><![CDATA[SQL SERVER - 2008 - Interview Questions and Answers - Part 6 Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-47474</guid>
		<description><![CDATA[[...] Service Broker is a message-queuing technology in SQL Server that allows developers to integrate SQL Server fully into distributed applications. Service Broker is feature which provides facility to SQL Server to send an asynchronous, transactional message. it allows a database to send a message to another database without waiting for the response, so the application will continue to function if the remote database is temporarily unavailable. (Read More Here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Service Broker is a message-queuing technology in SQL Server that allows developers to integrate SQL Server fully into distributed applications. Service Broker is feature which provides facility to SQL Server to send an asynchronous, transactional message. it allows a database to send a message to another database without waiting for the response, so the application will continue to function if the remote database is temporarily unavailable. (Read More Here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chethana</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-45551</link>
		<dc:creator><![CDATA[Chethana]]></dc:creator>
		<pubDate>Mon, 12 Jan 2009 12:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-45551</guid>
		<description><![CDATA[can i get a walk through of service broker 
or else where can i get the examples of service broker implementation]]></description>
		<content:encoded><![CDATA[<p>can i get a walk through of service broker<br />
or else where can i get the examples of service broker implementation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Database Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-41931</link>
		<dc:creator><![CDATA[SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Database Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 23 Aug 2008 01:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-41931</guid>
		<description><![CDATA[[...] After all validations of the parameters entered are done, certain stored procedures are executed and the mail is queued by Service Broker, read more at SQL SERVER - Introduction to Service Broker. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] After all validations of the parameters entered are done, certain stored procedures are executed and the mail is queued by Service Broker, read more at SQL SERVER &#8211; Introduction to Service Broker. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Change the Port of Service Broker Configuration Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-40501</link>
		<dc:creator><![CDATA[SQL SERVER - Change the Port of Service Broker Configuration Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sun, 20 Jul 2008 01:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-40501</guid>
		<description><![CDATA[[...] July 20, 2008 by pinaldave    Just two day ago, I wrote small note about SQL SERVER - Introduction to Service Broker. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] July 20, 2008 by pinaldave    Just two day ago, I wrote small note about SQL SERVER &#8211; Introduction to Service Broker. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Server - Fix - Error : 9692 The _MSG protocol transport cannot listen on port because it is in use by another process. Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/07/18/sql-server-introduction-to-service-broker/#comment-40487</link>
		<dc:creator><![CDATA[SQL Server - Fix - Error : 9692 The _MSG protocol transport cannot listen on port because it is in use by another process. Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 19:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=698#comment-40487</guid>
		<description><![CDATA[[...] Above error comes up with Service Broker. Service Broker is used to send Database Emails. Read more about SQL SERVER - Introduction to Service Broker. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Above error comes up with Service Broker. Service Broker is used to send Database Emails. Read more about SQL SERVER &#8211; Introduction to Service Broker. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

