<?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/"
		>
<channel>
	<title>Comments on: Checking Replication Latency with T-SQL</title>
	<atom:link href="http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/</link>
	<description>Self-Professed SQL Scripting Junkie!</description>
	<lastBuildDate>Fri, 04 May 2012 08:30:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Adam</title>
		<link>http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/comment-page-1/#comment-5692</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 08 Mar 2011 17:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=204#comment-5692</guid>
		<description>Thanks for allowing me to steal this code and saving me some valuable time.</description>
		<content:encoded><![CDATA[<p>Thanks for allowing me to steal this code and saving me some valuable time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessica</title>
		<link>http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/comment-page-1/#comment-5040</link>
		<dc:creator>jessica</dc:creator>
		<pubDate>Thu, 21 Jan 2010 06:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=204#comment-5040</guid>
		<description>this is a great post!, how would this sp change if i have over a 100 publications?</description>
		<content:encoded><![CDATA[<p>this is a great post!, how would this sp change if i have over a 100 publications?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Replication Monitor : SQL Fool</title>
		<link>http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/comment-page-1/#comment-34</link>
		<dc:creator>Replication Monitor : SQL Fool</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=204#comment-34</guid>
		<description>[...] my last blog post, I provided a script to view replication latency.  Ian Kirk took the script and ran with it, adding centralized execution and permanent logging. [...]</description>
		<content:encoded><![CDATA[<p>[...] my last blog post, I provided a script to view replication latency.  Ian Kirk took the script and ran with it, adding centralized execution and permanent logging. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ILKirk</title>
		<link>http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/comment-page-1/#comment-32</link>
		<dc:creator>ILKirk</dc:creator>
		<pubDate>Sun, 23 Nov 2008 02:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=204#comment-32</guid>
		<description>A) The Transactional Replication session - I was so happy to have chosen that one, considering how much I&#039;ve had to deal with replication in my current post lately.

B) Realizing I&#039;ve been missing out on so much by sort of skipping the online community - the people in Twitter, the various communities, blogs, etc.  It&#039;s driving me to be more active...

C) Buck Woody&#039;s amazingly thorough and amusing presentation on Powershell - I was already excited about PS and now I am moreso.</description>
		<content:encoded><![CDATA[<p>A) The Transactional Replication session &#8211; I was so happy to have chosen that one, considering how much I&#8217;ve had to deal with replication in my current post lately.</p>
<p>B) Realizing I&#8217;ve been missing out on so much by sort of skipping the online community &#8211; the people in Twitter, the various communities, blogs, etc.  It&#8217;s driving me to be more active&#8230;</p>
<p>C) Buck Woody&#8217;s amazingly thorough and amusing presentation on Powershell &#8211; I was already excited about PS and now I am moreso.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Ufford</title>
		<link>http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/comment-page-1/#comment-31</link>
		<dc:creator>Michelle Ufford</dc:creator>
		<pubDate>Sun, 23 Nov 2008 01:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=204#comment-31</guid>
		<description>You&#039;re welcome!  Yes, please do let me know if anything pops up.  Right now this proc just tells me how replication is currently performing... I&#039;m toying with the idea of modifying this proc to log regularly for long-term analysis.  

So... any favorite tips / moments from PASS? :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!  Yes, please do let me know if anything pops up.  Right now this proc just tells me how replication is currently performing&#8230; I&#8217;m toying with the idea of modifying this proc to log regularly for long-term analysis.  </p>
<p>So&#8230; any favorite tips / moments from PASS? <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ILKirk</title>
		<link>http://sqlfool.com/2008/11/checking-replication-latency-with-t-sql/comment-page-1/#comment-30</link>
		<dc:creator>ILKirk</dc:creator>
		<pubDate>Sun, 23 Nov 2008 01:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=204#comment-30</guid>
		<description>You know, I was sitting on the plane coming home from PASS and I thought - I really need to write a script with those two procedures to log and monitor replication latency... and then this.

Thanks for sharing - I&#039;ll likely be testing this Monday and will let you know if I spot anything wonky!</description>
		<content:encoded><![CDATA[<p>You know, I was sitting on the plane coming home from PASS and I thought &#8211; I really need to write a script with those two procedures to log and monitor replication latency&#8230; and then this.</p>
<p>Thanks for sharing &#8211; I&#8217;ll likely be testing this Monday and will let you know if I spot anything wonky!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

