<?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"
	>
<channel>
	<title>Comments on: Understanding what the WITH ROLLBACK IMMEDIATE does</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/understanding-what-the-with-rollback-immediate-does/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/understanding-what-the-with-rollback-immediate-does/</link>
	<description></description>
	<pubDate>Thu, 26 Nov 2009 02:30:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/understanding-what-the-with-rollback-immediate-does/#comment-289</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=700#comment-289</guid>
		<description>I'm not sure how I managed to get that so wrong.  I've updated the blog post so that it's correct.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure how I managed to get that so wrong.  I&#8217;ve updated the blog post so that it&#8217;s correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jameslean</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/understanding-what-the-with-rollback-immediate-does/#comment-288</link>
		<dc:creator>Jameslean</dc:creator>
		<pubDate>Thu, 24 Sep 2009 16:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=700#comment-288</guid>
		<description>NB, the first line in my above post is the quote that I don't think is correct!</description>
		<content:encoded><![CDATA[<p>NB, the first line in my above post is the quote that I don&#8217;t think is correct!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jameslean</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/understanding-what-the-with-rollback-immediate-does/#comment-287</link>
		<dc:creator>Jameslean</dc:creator>
		<pubDate>Thu, 24 Sep 2009 16:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=700#comment-287</guid>
		<description>The NO_WAIT command has the same effect as ROLLBACK IMMEDIATE.

I don't think this is correct.  WITH ROLLBACK AFTER &#124; IMMEDIATE specifies when any [B]other[/B] transactions in the database should be rolled back, eg when setting the db to single user mode.

NO_WAIT specifies that if the ALTER DATABASE command cannot complete, ie other open transactions exist, then the ALTER command itself should rollback/fail.</description>
		<content:encoded><![CDATA[<p>The NO_WAIT command has the same effect as ROLLBACK IMMEDIATE.</p>
<p>I don&#8217;t think this is correct.  WITH ROLLBACK AFTER | IMMEDIATE specifies when any <b>other</b> transactions in the database should be rolled back, eg when setting the db to single user mode.</p>
<p>NO_WAIT specifies that if the ALTER DATABASE command cannot complete, ie other open transactions exist, then the ALTER command itself should rollback/fail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->