<?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: SQL WAITFOR Command with WHILE Loop</title>
	<atom:link href="http://rickcaminiti.com/tips/sql-waitfor-command-with-while-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickcaminiti.com/tips/sql-waitfor-command-with-while-loop/</link>
	<description>Me, Myself, and IT</description>
	<lastBuildDate>Wed, 12 Oct 2011 18:51:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: NothingMan</title>
		<link>http://rickcaminiti.com/tips/sql-waitfor-command-with-while-loop/comment-page-1/#comment-310</link>
		<dc:creator>NothingMan</dc:creator>
		<pubDate>Mon, 25 Oct 2010 13:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=269#comment-310</guid>
		<description>Yeah, you&#039;re absolutely right, that would be the &quot;correct&quot; way to do it.  This was just a generic example, but I did end up having to use something like this because we weren&#039;t allowed to create SQL Agent jobs :-o  We had to process millions of rows in small chunks, so for what it&#039;s worth, it does work well in a crunch.</description>
		<content:encoded><![CDATA[<p>Yeah, you&#8217;re absolutely right, that would be the &#8220;correct&#8221; way to do it.  This was just a generic example, but I did end up having to use something like this because we weren&#8217;t allowed to create SQL Agent jobs <img src='http://rickcaminiti.com/wp-includes/images/smilies/icon_surprised.gif' alt=':-o' class='wp-smiley' />   We had to process millions of rows in small chunks, so for what it&#8217;s worth, it does work well in a crunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://rickcaminiti.com/tips/sql-waitfor-command-with-while-loop/comment-page-1/#comment-309</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 25 Oct 2010 05:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://rickcaminiti.com/?p=269#comment-309</guid>
		<description>I realise this was posted over a year ago, but wouldn&#039;t it be better to just setup a scheduled task that runs between 23:00:00 and 00:00:00 daily that sends you an email, rather than having a job running for however many hours before it is actually required? That way you avoid using loops and the waitfor command.</description>
		<content:encoded><![CDATA[<p>I realise this was posted over a year ago, but wouldn&#8217;t it be better to just setup a scheduled task that runs between 23:00:00 and 00:00:00 daily that sends you an email, rather than having a job running for however many hours before it is actually required? That way you avoid using loops and the waitfor command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

