<?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: Isolation Levels in SQL Server 2005</title>
	<atom:link href="http://www.sql-server-performance.com/2007/isolation-levels-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2007/isolation-levels-2005/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Malik Waheed Tahir</title>
		<link>http://www.sql-server-performance.com/2007/isolation-levels-2005/#comment-1093</link>
		<dc:creator>Malik Waheed Tahir</dc:creator>
		<pubDate>Thu, 22 Dec 2011 12:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=970#comment-1093</guid>
		<description><![CDATA[As per your article,dirty reads can happen in &quot;Read uncommitted&quot; but not in &quot;Read Committed Snapshot&quot;.
But after reading this article , if you see the example given in &quot;Read Committed Snapshot&quot;.
      begin tran  -- in connection 1
      UPDATE dbo.Employees
      SET HireDate = ’5/2/1992?
       WHERE EmployeeID = 1
In connection 1 hiredate will be changed to ’5/2/1992?but in connection 2 when I select from the table it still shows the old hiredate.Is this not the same as Read Uncommitted? then why in the above table, it is mentioned that all the concurrency related problems except dirty reads can happen in &quot;Read Committed Snapshot&quot;.Please clarify this.]]></description>
		<content:encoded><![CDATA[<p>As per your article,dirty reads can happen in &#8220;Read uncommitted&#8221; but not in &#8220;Read Committed Snapshot&#8221;.</p>
<p>But after reading this article , if you see the example given in &#8220;Read Committed Snapshot&#8221;.<br />
      begin tran  &#8212; in connection 1<br />
      UPDATE dbo.Employees<br />
      SET HireDate = ’5/2/1992?<br />
       WHERE EmployeeID = 1</p>
<p>In connection 1 hiredate will be changed to ’5/2/1992?but in connection 2 when I select from the table it still shows the old hiredate.Is this not the same as Read Uncommitted? then why in the above table, it is mentioned that all the concurrency related problems except dirty reads can happen in &#8220;Read Committed Snapshot&#8221;.Please clarify this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
