<?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; 2005 Locking Hints and Examples</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/</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: Ritesh Choudhary</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57660</link>
		<dc:creator>Ritesh Choudhary</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57660</guid>
		<description>Hi Pinal,

I am using C# at the front end and my requirement is if any customer care executive opened any Customer specific detail for edit and other executive also want to open that customer detail at the same time, we can restrict him.

For this I am using UDLOCK, But when second executive want to access same record he is getting timeout, while I want to get any specific error or error code so that I can show error msg accordingly.

Can you please help me regarding this.</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I am using C# at the front end and my requirement is if any customer care executive opened any Customer specific detail for edit and other executive also want to open that customer detail at the same time, we can restrict him.</p>
<p>For this I am using UDLOCK, But when second executive want to access same record he is getting timeout, while I want to get any specific error or error code so that I can show error msg accordingly.</p>
<p>Can you please help me regarding this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradip</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57348</link>
		<dc:creator>Pradip</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57348</guid>
		<description>Pinal/Imran,

I am little bit confused with this concept and explanation of Imran


begin tran T1;
insert into example1 with(xlock)
values ( 1, &#039;example&#039;);
select * from example1 

I think my select query should not show any data as transaction is in xlock but it shows inserted record.</description>
		<content:encoded><![CDATA[<p>Pinal/Imran,</p>
<p>I am little bit confused with this concept and explanation of Imran</p>
<p>begin tran T1;<br />
insert into example1 with(xlock)<br />
values ( 1, &#8216;example&#8217;);<br />
select * from example1 </p>
<p>I think my select query should not show any data as transaction is in xlock but it shows inserted record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57072</link>
		<dc:creator>Brian Tkatch</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57072</guid>
		<description>@Suman

Pinal has an article on finding the first day of the current month here: http://blog.sqlauthority.com/2007/05/13/sql-server-query-to-find-first-and-last-day-of-current-month/</description>
		<content:encoded><![CDATA[<p>@Suman</p>
<p>Pinal has an article on finding the first day of the current month here: <a href="http://blog.sqlauthority.com/2007/05/13/sql-server-query-to-find-first-and-last-day-of-current-month/" rel="nofollow">http://blog.sqlauthority.com/2007/05/13/sql-server-query-to-find-first-and-last-day-of-current-month/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjoy Banerjee</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57065</link>
		<dc:creator>Sanjoy Banerjee</dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57065</guid>
		<description>Dada,
You are great.</description>
		<content:encoded><![CDATA[<p>Dada,<br />
You are great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SUMAN</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57057</link>
		<dc:creator>SUMAN</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57057</guid>
		<description>Hi Pinal,
The following code gives the range of the vehicles which have disposal date later of end of august, 2009 and delivery date less than september 2009

AND ((AA.DISPOSAL_DATE &gt; &#039;20090831&#039;)
OR (AA.STATUS_FIELD=&#039;IN SERVICE&#039; 
AND AA.DELIVERY_DATE &lt; &#039;20091001&#039;))


Since this is the specification for september month. i want to do it for each month before and after. I am not taking any month and year parameters.
I should do in inside the stored procedure where above code also lies.

HOW CAN I DO IT PLZ? HELP ME</description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
The following code gives the range of the vehicles which have disposal date later of end of august, 2009 and delivery date less than september 2009</p>
<p>AND ((AA.DISPOSAL_DATE &gt; &#8216;20090831&#8242;)<br />
OR (AA.STATUS_FIELD=&#8217;IN SERVICE&#8217;<br />
AND AA.DELIVERY_DATE &lt; &#039;20091001&#039;))</p>
<p>Since this is the specification for september month. i want to do it for each month before and after. I am not taking any month and year parameters.<br />
I should do in inside the stored procedure where above code also lies.</p>
<p>HOW CAN I DO IT PLZ? HELP ME</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SUMAN</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57056</link>
		<dc:creator>SUMAN</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-57056</guid>
		<description>hi Pinal,

i am creating a report on reporting service using stored procedure and deploying it on the web via asp.net
The reason i need it is becoz i want the client run the report  and if he is satisfied with the report of that day, the report of that day needs to be locked i.e nobody can access the same report of that date again..

can you plz help me. i even don&#039;t know whether its possible or not</description>
		<content:encoded><![CDATA[<p>hi Pinal,</p>
<p>i am creating a report on reporting service using stored procedure and deploying it on the web via asp.net<br />
The reason i need it is becoz i want the client run the report  and if he is satisfied with the report of that day, the report of that day needs to be locked i.e nobody can access the same report of that date again..</p>
<p>can you plz help me. i even don&#8217;t know whether its possible or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-56354</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Fri, 02 Oct 2009 18:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-56354</guid>
		<description>I&#039;m confused.  I found your site and read  about NOLOCK which you say is the default for SELECT and does not apply to INSERT, UPDATE, and DELETE.  Then the example shows UPDATE Products (WITH NOLOCK) 

-&gt; If it&#039;s the default for SELECT and not valid for anything else, then when would one use it?
-&gt; Why does the UPDATE example show (WITH NOLOCK) if it&#039;s not valid for update.
-&gt; I thought the syntax was  WITH (NOLOCK)  not (WITH NOLOCK)

Your site says...
=======================
NOLOCK
This does not lock any object. This is the default for SELECT operations. It does not apply to INSERT, UPDATE, and DELETE statements.

Examples:
...
UPDATE Products (WITH NOLOCK)
SET ProductCat = &#039;Machine&#039;
WHERE ProductSubCat = &#039;Mac&#039;
==========================</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused.  I found your site and read  about NOLOCK which you say is the default for SELECT and does not apply to INSERT, UPDATE, and DELETE.  Then the example shows UPDATE Products (WITH NOLOCK) </p>
<p>-&gt; If it&#8217;s the default for SELECT and not valid for anything else, then when would one use it?<br />
-&gt; Why does the UPDATE example show (WITH NOLOCK) if it&#8217;s not valid for update.<br />
-&gt; I thought the syntax was  WITH (NOLOCK)  not (WITH NOLOCK)</p>
<p>Your site says&#8230;<br />
=======================<br />
NOLOCK<br />
This does not lock any object. This is the default for SELECT operations. It does not apply to INSERT, UPDATE, and DELETE statements.</p>
<p>Examples:<br />
&#8230;<br />
UPDATE Products (WITH NOLOCK)<br />
SET ProductCat = &#8216;Machine&#8217;<br />
WHERE ProductSubCat = &#8216;Mac&#8217;<br />
==========================</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-56169</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-56169</guid>
		<description>Great article, but my question is by default does SQL Server lock records? This will drive some issues we are having with our database and response time, and error problems.

Thanks,

Tim</description>
		<content:encoded><![CDATA[<p>Great article, but my question is by default does SQL Server lock records? This will drive some issues we are having with our database and response time, and error problems.</p>
<p>Thanks,</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabhu</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-55426</link>
		<dc:creator>prabhu</dc:creator>
		<pubDate>Mon, 31 Aug 2009 06:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-55426</guid>
		<description>Hi Pinal,

basically my application having two pages 
1)to view booked tickets
2)to view detail of ticket and update the ticket details
i want to use row level locing when one dispatcher 
pnrno for updation no others can view that pnr

i tried this using your examples but total table is getting locked
can u give some examples</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>basically my application having two pages<br />
1)to view booked tickets<br />
2)to view detail of ticket and update the ticket details<br />
i want to use row level locing when one dispatcher<br />
pnrno for updation no others can view that pnr</p>
<p>i tried this using your examples but total table is getting locked<br />
can u give some examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleeph Zeebran</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-54096</link>
		<dc:creator>Aleeph Zeebran</dc:creator>
		<pubDate>Sun, 26 Jul 2009 05:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-54096</guid>
		<description>Hi Pinal,
I want to lock all table while executing a SP. Is it possible? If yes then how?</description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I want to lock all table while executing a SP. Is it possible? If yes then how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: US-Texas</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-53276</link>
		<dc:creator>US-Texas</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-53276</guid>
		<description>Hi,

 I have two procesess running parally..one is removing and inserting data in a table..and same time other process is try to select it from the same table....
it ends up locking the table.... how to avoid this...

Thanks..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> I have two procesess running parally..one is removing and inserting data in a table..and same time other process is try to select it from the same table&#8230;.<br />
it ends up locking the table&#8230;. how to avoid this&#8230;</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-52858</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Tue, 09 Jun 2009 04:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-52858</guid>
		<description>hi
this is krishna i am beginner to sqlserver .
i wnat to write trigger for attandance table i.e when
attendance_dategetdate() u can&#039;t update
plz send urgent required.......</description>
		<content:encoded><![CDATA[<p>hi<br />
this is krishna i am beginner to sqlserver .<br />
i wnat to write trigger for attandance table i.e when<br />
attendance_dategetdate() u can&#8217;t update<br />
plz send urgent required&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vano</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-52677</link>
		<dc:creator>Vano</dc:creator>
		<pubDate>Wed, 03 Jun 2009 08:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-52677</guid>
		<description>Hi Pinal

Would (NOLOCK) work with Link Server in SQL 2005?

Best Regards

Vano</description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>Would (NOLOCK) work with Link Server in SQL 2005?</p>
<p>Best Regards</p>
<p>Vano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thien dung</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-52415</link>
		<dc:creator>Thien dung</dc:creator>
		<pubDate>Tue, 26 May 2009 08:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-52415</guid>
		<description>Hi sir!
i don&#039;t know the syntax lock table, please tell me detail about it and please give me an example.thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi sir!<br />
i don&#8217;t know the syntax lock table, please tell me detail about it and please give me an example.thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-51708</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 08 May 2009 16:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-51708</guid>
		<description>Would just like to mention using SS2005 that the statement examples above with the general syntax:

Select * from table_name (with lock_type)

failed to execute correctly.  However the following form worked:

Select * from table_name with (lock_type)

Perhaps this is a syntax difference between SS2000 and 2005, I don&#039;t know.

Yours faithfully,</description>
		<content:encoded><![CDATA[<p>Would just like to mention using SS2005 that the statement examples above with the general syntax:</p>
<p>Select * from table_name (with lock_type)</p>
<p>failed to execute correctly.  However the following form worked:</p>
<p>Select * from table_name with (lock_type)</p>
<p>Perhaps this is a syntax difference between SS2000 and 2005, I don&#8217;t know.</p>
<p>Yours faithfully,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-51224</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 22 Apr 2009 23:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-51224</guid>
		<description>My name is Brian and i have a project to do. I need your support, this is the problem:
 
I have a multithread client with 30 threads that execute same Stored Procedure (ex. getproducts ) that procedure return 10 diferent products from the products table, i want every thread get diferent products. I try including Serializable Transaction Lock Level and tons of deadlocks were found, my question is , what lock level i need to set in the stored procedure in order to get per thread 10 diferents products.. 
 
--- procedure getproducts -- 

set transaction isolation level serializable
 
select top 10 productID from products 
where checked=0
 
update top (10) products 
set checked=1 
where checked=0
 
-- end procedure 
 
any idea?</description>
		<content:encoded><![CDATA[<p>My name is Brian and i have a project to do. I need your support, this is the problem:</p>
<p>I have a multithread client with 30 threads that execute same Stored Procedure (ex. getproducts ) that procedure return 10 diferent products from the products table, i want every thread get diferent products. I try including Serializable Transaction Lock Level and tons of deadlocks were found, my question is , what lock level i need to set in the stored procedure in order to get per thread 10 diferents products.. </p>
<p>&#8212; procedure getproducts &#8212; </p>
<p>set transaction isolation level serializable</p>
<p>select top 10 productID from products<br />
where checked=0</p>
<p>update top (10) products<br />
set checked=1<br />
where checked=0</p>
<p>&#8211; end procedure </p>
<p>any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay kumar reddy</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-51004</link>
		<dc:creator>Vijay kumar reddy</dc:creator>
		<pubDate>Wed, 15 Apr 2009 05:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-51004</guid>
		<description>hi all,

i am executing the below query in sql server 2005.

In the table structure is:

sportsid     int           4
createdon datetime  8

Query:

SELECT * FROM tblblogs(NOLOCK) WHERE sportsid=2

Result:
           16 rows affected.

SELECT * FROM tblblogs(NOLOCK) WHERE sportsid=2 and createdon=&#039;2009-04-10 00:00:00&#039;

Results:
            No records displayed.

Please provide me the solution.</description>
		<content:encoded><![CDATA[<p>hi all,</p>
<p>i am executing the below query in sql server 2005.</p>
<p>In the table structure is:</p>
<p>sportsid     int           4<br />
createdon datetime  8</p>
<p>Query:</p>
<p>SELECT * FROM tblblogs(NOLOCK) WHERE sportsid=2</p>
<p>Result:<br />
           16 rows affected.</p>
<p>SELECT * FROM tblblogs(NOLOCK) WHERE sportsid=2 and createdon=&#8217;2009-04-10 00:00:00&#8242;</p>
<p>Results:<br />
            No records displayed.</p>
<p>Please provide me the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandru</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-50626</link>
		<dc:creator>Chandru</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-50626</guid>
		<description>Hi Pinal,

We have a financial accounting application where in we want to implement a lock as under:

Suppose user 1 selects a particual voucher for edit, we want to lock in such a way that if any other user tries accessing the same voucher, they get an error message stating &#039;voucher is locked, pls wait&#039;. Once user1 commits the voucher, the lock gets released and becomes available for other users.

Our application development platform is .net 2003, Framework 1.1 with SQL Server 2005 as the RDBMS. We use ADO.Net for DB interactions. We user VB.Net or C#.Net coding.
 
Pls let me know what is the best way to implement this type of locks.

Thx in advance
Chandru</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>We have a financial accounting application where in we want to implement a lock as under:</p>
<p>Suppose user 1 selects a particual voucher for edit, we want to lock in such a way that if any other user tries accessing the same voucher, they get an error message stating &#8216;voucher is locked, pls wait&#8217;. Once user1 commits the voucher, the lock gets released and becomes available for other users.</p>
<p>Our application development platform is .net 2003, Framework 1.1 with SQL Server 2005 as the RDBMS. We use ADO.Net for DB interactions. We user VB.Net or C#.Net coding.</p>
<p>Pls let me know what is the best way to implement this type of locks.</p>
<p>Thx in advance<br />
Chandru</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-50160</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 29 Mar 2009 04:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-50160</guid>
		<description>I am seeing a lot of Locks from SQL server 2005 in my application logs,

How can I delete/remove this locks?</description>
		<content:encoded><![CDATA[<p>I am seeing a lot of Locks from SQL server 2005 in my application logs,</p>
<p>How can I delete/remove this locks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLQuest</title>
		<link>http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-50122</link>
		<dc:creator>SQLQuest</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/27/sql-server-2005-locking-hints-and-examples/#comment-50122</guid>
		<description>Hi Pinal,

Your article is very interesting and I am a regular visitor of your wonderful site. 

What Imran Mohammed has written creates a confusion about the default isolation level. 

TRANSACTION ISOLATION LEVEL
level 0. READ COMMITTED
level 1. READ UNCOMMITTED
level 2. REPEATABLE READ
level 3. SERIALIZABLE 

&quot;level1 is the default isolation level of the database.&quot;

BOL states that &quot;READ COMMITTED&quot; is the default isolation level.

Thanks,
\\K</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Your article is very interesting and I am a regular visitor of your wonderful site. </p>
<p>What Imran Mohammed has written creates a confusion about the default isolation level. </p>
<p>TRANSACTION ISOLATION LEVEL<br />
level 0. READ COMMITTED<br />
level 1. READ UNCOMMITTED<br />
level 2. REPEATABLE READ<br />
level 3. SERIALIZABLE </p>
<p>&#8220;level1 is the default isolation level of the database.&#8221;</p>
<p>BOL states that &#8220;READ COMMITTED&#8221; is the default isolation level.</p>
<p>Thanks,<br />
\\K</p>
]]></content:encoded>
	</item>
</channel>
</rss>
