<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Set_SQL_Server_Isolation_Level</id>
	<title>Set SQL Server Isolation Level - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Set_SQL_Server_Isolation_Level"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Set_SQL_Server_Isolation_Level&amp;action=history"/>
	<updated>2026-06-13T12:49:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Set_SQL_Server_Isolation_Level&amp;diff=217&amp;oldid=prev</id>
		<title>Smtxwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Set_SQL_Server_Isolation_Level&amp;diff=217&amp;oldid=prev"/>
		<updated>2020-05-25T20:44:30Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:44, 25 May 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Set_SQL_Server_Isolation_Level&amp;diff=216&amp;oldid=prev</id>
		<title>Smtxwiki: Created page with &quot; &#039;&#039;&#039;Set snapshot isolation level on&#039;&#039;&#039;  &lt;nowiki&gt;Make sure all the connections to the database are closed! ALTER DATABASE MyDB SET ALLOW_SNAPSHOT_ISOLATION ON  ALTER DATABASE M...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Set_SQL_Server_Isolation_Level&amp;diff=216&amp;oldid=prev"/>
		<updated>2017-11-06T16:39:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;#039;&amp;#039;&amp;#039;Set snapshot isolation level on&amp;#039;&amp;#039;&amp;#039;  &amp;lt;nowiki&amp;gt;Make sure all the connections to the database are closed! ALTER DATABASE MyDB SET ALLOW_SNAPSHOT_ISOLATION ON  ALTER DATABASE M...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; &amp;#039;&amp;#039;&amp;#039;Set snapshot isolation level on&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Make sure all the connections to the database are closed!&lt;br /&gt;
ALTER DATABASE MyDB&lt;br /&gt;
SET ALLOW_SNAPSHOT_ISOLATION ON&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE MyDB&lt;br /&gt;
SET READ_COMMITTED_SNAPSHOT ON&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Check the isolation level&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;dbcc useroptions;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;Set snapshot isolation level off (in case you have bad performance when turned on)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;ALTER DATABASE MyDB&lt;br /&gt;
SET ALLOW_SNAPSHOT_ISOLATION OFF&lt;br /&gt;
&lt;br /&gt;
ALTER DATABASE MyDB&lt;br /&gt;
SET READ_COMMITTED_SNAPSHOT OFF&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>