<?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; Basic Explanation of Query Hint NOWAIT &#8211; How to Not Wait on Locked Query</title>
	<atom:link href="http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: praveen</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-416149</link>
		<dc:creator><![CDATA[praveen]]></dc:creator>
		<pubDate>Fri, 01 Feb 2013 06:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-416149</guid>
		<description><![CDATA[hi pinal i have used same query in first window with small change like 
BEGIN TRAN
DELETE FROM First
WHERE ID = 1
COMMIT 

but after running this am executing same code in second window but still getting same errror..any comments on this]]></description>
		<content:encoded><![CDATA[<p>hi pinal i have used same query in first window with small change like<br />
BEGIN TRAN<br />
DELETE FROM First<br />
WHERE ID = 1<br />
COMMIT </p>
<p>but after running this am executing same code in second window but still getting same errror..any comments on this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Difference Between NOLOCK and NOWAIT Hints &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-416035</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Difference Between NOLOCK and NOWAIT Hints &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Fri, 01 Feb 2013 01:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-416035</guid>
		<description><![CDATA[[...] Basic Explanation of Query Hint NOWAIT – How to Not Wait on Locked Query [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Basic Explanation of Query Hint NOWAIT – How to Not Wait on Locked Query [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-414419</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 04:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-414419</guid>
		<description><![CDATA[Thanks for pointing it out. 
Fixed!]]></description>
		<content:encoded><![CDATA[<p>Thanks for pointing it out.<br />
Fixed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainmaker</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-414409</link>
		<dc:creator><![CDATA[rainmaker]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 03:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-414409</guid>
		<description><![CDATA[Pinal: Use NoWait or SET SET LOCK_TIMEOUT.  (double SET?)
should change to 
Pinal: Use NoWait or  SET LOCK_TIMEOUT. ?]]></description>
		<content:encoded><![CDATA[<p>Pinal: Use NoWait or SET SET LOCK_TIMEOUT.  (double SET?)<br />
should change to<br />
Pinal: Use NoWait or  SET LOCK_TIMEOUT. ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Basic Explanation of SET LOCK_TIMEOUT – How to Not Wait on Locked Query &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-413894</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Basic Explanation of SET LOCK_TIMEOUT – How to Not Wait on Locked Query &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Mon, 28 Jan 2013 01:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-413894</guid>
		<description><![CDATA[[...] earlier blog post SQL SERVER – Basic Explanation of Query Hint NOWAIT – How to Not Wait on Locked Query, we learned how we can use NOWAIT query hint to not wait on any locked query and return error. The [...]]]></description>
		<content:encoded><![CDATA[<p>[...] earlier blog post SQL SERVER – Basic Explanation of Query Hint NOWAIT – How to Not Wait on Locked Query, we learned how we can use NOWAIT query hint to not wait on any locked query and return error. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-413675</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Sun, 27 Jan 2013 10:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-413675</guid>
		<description><![CDATA[Excellent note Prasanna!]]></description>
		<content:encoded><![CDATA[<p>Excellent note Prasanna!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohitmssqlfun</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-412971</link>
		<dc:creator><![CDATA[rohitmssqlfun]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 19:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-412971</guid>
		<description><![CDATA[Nice one.]]></description>
		<content:encoded><![CDATA[<p>Nice one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BANAZ GHAZI</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-412925</link>
		<dc:creator><![CDATA[BANAZ GHAZI]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 17:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-412925</guid>
		<description><![CDATA[hi I want design form in access and source for form is two table and these tables existed in sql server 2008 please answer me  

________________________________]]></description>
		<content:encoded><![CDATA[<p>hi I want design form in access and source for form is two table and these tables existed in sql server 2008 please answer me  </p>
<p>________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amar gupta</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-412769</link>
		<dc:creator><![CDATA[amar gupta]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 09:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-412769</guid>
		<description><![CDATA[Very Thnks 2 u  Pinal, nice article  , i am so happy to Learn New Feature of SQL.
now waiting  (Lock_TimeOut)]]></description>
		<content:encoded><![CDATA[<p>Very Thnks 2 u  Pinal, nice article  , i am so happy to Learn New Feature of SQL.<br />
now waiting  (Lock_TimeOut)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna Peshkar</title>
		<link>http://blog.sqlauthority.com/2013/01/25/sql-server-basic-explanation-of-query-hint-nowait-how-to-not-wait-on-locked-query/#comment-412699</link>
		<dc:creator><![CDATA[Prasanna Peshkar]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 06:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22487#comment-412699</guid>
		<description><![CDATA[Nice post . This is similar to Oracle. in Oracle,  In For update nowait the rows will busy and acquire lock until any commit or rollback is executed. Other session try to aquire the lock will 
get a oracle error message like ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired instead of waiting the lock to release. 
Session1:
SQL&gt;select * from dept where deptno =10 for update nowait;
 
 
Session2:
SQL&gt;select * from dept where deptno =10 for update nowait;
ERROR at line 1:
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired. 

That means NO_WAIT Specifies that if the changes in the database cannot complete immediately without waiting for transactions to commit or roll back on their own, then the request will fail.]]></description>
		<content:encoded><![CDATA[<p>Nice post . This is similar to Oracle. in Oracle,  In For update nowait the rows will busy and acquire lock until any commit or rollback is executed. Other session try to aquire the lock will<br />
get a oracle error message like ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired instead of waiting the lock to release.<br />
Session1:<br />
SQL&gt;select * from dept where deptno =10 for update nowait;</p>
<p>Session2:<br />
SQL&gt;select * from dept where deptno =10 for update nowait;<br />
ERROR at line 1:<br />
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired. </p>
<p>That means NO_WAIT Specifies that if the changes in the database cannot complete immediately without waiting for transactions to commit or roll back on their own, then the request will fail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
