<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL Server Planet &#187; snapshot isolation</title>
	<atom:link href="http://sqlserverplanet.com/tag/snapshot-isolation/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Turn On Snapshot Isolation to Use Version Store</title>
		<link>http://sqlserverplanet.com/concurrency/turn-on-snapshot-isolation</link>
		<comments>http://sqlserverplanet.com/concurrency/turn-on-snapshot-isolation#comments</comments>
		<pubDate>Sat, 20 Jun 2009 03:07:04 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Concurrency]]></category>
		<category><![CDATA[snapshot isolation]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=295</guid>
		<description><![CDATA[The following statement turns snapshot isolation on: ALTER DATABASE sqlserverplanet SET ALLOW_SNAPSHOT_ISOLATION ON GO ALTER DATABASE sqlserverplanet SET READ_COMMITTED_SNAPSHOT ON Once snapshot isolation is on, rows that have been modified will fill the version store. To find the amount of space the version store is using, execute: SELECT version_store_in_kb = version_store_reserved_page_count*8192/1024 FROM sys.dm_db_file_space_usage Related Posts:»SET [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/concurrency/turn-on-snapshot-isolation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

