<?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; Delay Function &#8211; WAITFOR clause &#8211; Delay Execution of Commands</title>
	<atom:link href="http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anas</title>
		<link>http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-55808</link>
		<dc:creator>Anas</dc:creator>
		<pubDate>Fri, 11 Sep 2009 07:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-55808</guid>
		<description>Thanks for the enlightenment, it&#039;s fix my problem...</description>
		<content:encoded><![CDATA[<p>Thanks for the enlightenment, it&#8217;s fix my problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmender Kumar</title>
		<link>http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-51562</link>
		<dc:creator>Dharmender Kumar</dc:creator>
		<pubDate>Tue, 05 May 2009 13:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-51562</guid>
		<description>Thanks to give this solution. Thankyou so much!!</description>
		<content:encoded><![CDATA[<p>Thanks to give this solution. Thankyou so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rama</title>
		<link>http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-46649</link>
		<dc:creator>Rama</dc:creator>
		<pubDate>Sat, 14 Feb 2009 00:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-46649</guid>
		<description>Thanks for the code</description>
		<content:encoded><![CDATA[<p>Thanks for the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim M.</title>
		<link>http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-34731</link>
		<dc:creator>Tim M.</dc:creator>
		<pubDate>Mon, 31 Mar 2008 15:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-34731</guid>
		<description>First, I want to thank you for your blog, I inadvertently read it more than I think I would, it has been a great help. 

Question for you though; I have a cursor which performs a number of actions on databases (CBCC CheckDB &amp; Shrinkdatabase) as well as backs them up and zips them. 

How would I best use a waitfor command (SQL 2000) to make sure the steps aren&#039;t overlapping or leapfrogging the other? A time based variable may just cause more problems as far as I can see (may be too long or too short), so is this possible or am I barking up the wrong tree?

Thanks

Tim M</description>
		<content:encoded><![CDATA[<p>First, I want to thank you for your blog, I inadvertently read it more than I think I would, it has been a great help. </p>
<p>Question for you though; I have a cursor which performs a number of actions on databases (CBCC CheckDB &amp; Shrinkdatabase) as well as backs them up and zips them. </p>
<p>How would I best use a waitfor command (SQL 2000) to make sure the steps aren&#8217;t overlapping or leapfrogging the other? A time based variable may just cause more problems as far as I can see (may be too long or too short), so is this possible or am I barking up the wrong tree?</p>
<p>Thanks</p>
<p>Tim M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoSaB</title>
		<link>http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-30821</link>
		<dc:creator>MoSaB</dc:creator>
		<pubDate>Wed, 02 Jan 2008 07:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/18/sql-server-delay-function-waitfor-clause-delay-execution-of-commands/#comment-30821</guid>
		<description>verry interesting, 

but as I know that this &#039;waitfor delay&#039; will only block for the current session, so the sql server will process other requests for other sessions even if the delay interval doesn&#039;t finish yet.

can you verify that, please ?
Thanks,
Mosab</description>
		<content:encoded><![CDATA[<p>verry interesting, </p>
<p>but as I know that this &#8216;waitfor delay&#8217; will only block for the current session, so the sql server will process other requests for other sessions even if the delay interval doesn&#8217;t finish yet.</p>
<p>can you verify that, please ?<br />
Thanks,<br />
Mosab</p>
]]></content:encoded>
	</item>
</channel>
</rss>
