<?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; FIX : Error : 3702 Cannot drop database because it is currently in use &#8211; Part 2</title>
	<atom:link href="http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Madhubanti Dasgupta</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-452690</link>
		<dc:creator><![CDATA[Madhubanti Dasgupta]]></dc:creator>
		<pubDate>Tue, 09 Apr 2013 19:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-452690</guid>
		<description><![CDATA[This one worked for me too]]></description>
		<content:encoded><![CDATA[<p>This one worked for me too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-339054</link>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Thu, 30 Aug 2012 04:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-339054</guid>
		<description><![CDATA[Hey this one here worked for me. SQL server instance on another machine, not just on my local one.]]></description>
		<content:encoded><![CDATA[<p>Hey this one here worked for me. SQL server instance on another machine, not just on my local one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj Jain</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-285354</link>
		<dc:creator><![CDATA[Neeraj Jain]]></dc:creator>
		<pubDate>Thu, 17 May 2012 07:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-285354</guid>
		<description><![CDATA[Worked for me]]></description>
		<content:encoded><![CDATA[<p>Worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazhar Karimi</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-281786</link>
		<dc:creator><![CDATA[Mazhar Karimi]]></dc:creator>
		<pubDate>Fri, 04 May 2012 05:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-281786</guid>
		<description><![CDATA[ALTER DATABASE [dbName]

		SET SINGLE_USER

		WITH ROLLBACK IMMEDIATE

		DROP DATABASE [dbName]
                Go


Regards,

Mazhar Karimi]]></description>
		<content:encoded><![CDATA[<p>ALTER DATABASE [dbName]</p>
<p>		SET SINGLE_USER</p>
<p>		WITH ROLLBACK IMMEDIATE</p>
<p>		DROP DATABASE [dbName]<br />
                Go</p>
<p>Regards,</p>
<p>Mazhar Karimi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shail</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-279177</link>
		<dc:creator><![CDATA[shail]]></dc:creator>
		<pubDate>Tue, 24 Apr 2012 09:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-279177</guid>
		<description><![CDATA[Thanks it works for me]]></description>
		<content:encoded><![CDATA[<p>Thanks it works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-276974</link>
		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 13:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-276974</guid>
		<description><![CDATA[If you have any process running ( which connects to SQL server), this error message will come. check your processes.]]></description>
		<content:encoded><![CDATA[<p>If you have any process running ( which connects to SQL server), this error message will come. check your processes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BENJAMIN</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-165579</link>
		<dc:creator><![CDATA[BENJAMIN]]></dc:creator>
		<pubDate>Mon, 05 Sep 2011 07:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-165579</guid>
		<description><![CDATA[THANKS]]></description>
		<content:encoded><![CDATA[<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-79219</link>
		<dc:creator><![CDATA[ali]]></dc:creator>
		<pubDate>Thu, 08 Jul 2010 12:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-79219</guid>
		<description><![CDATA[there is error]]></description>
		<content:encoded><![CDATA[<p>there is error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roop</title>
		<link>http://blog.sqlauthority.com/2008/03/13/sql-server-fix-error-3702-cannot-drop-database-because-it-is-currently-in-use-part-2/#comment-64836</link>
		<dc:creator><![CDATA[Roop]]></dc:creator>
		<pubDate>Thu, 08 Apr 2010 16:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=535#comment-64836</guid>
		<description><![CDATA[Works for me.

thanks]]></description>
		<content:encoded><![CDATA[<p>Works for me.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
