<?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: Quickly Disconnecting SQL Users from a Database</title>
	<atom:link href="http://blogs.infinite-x.net/2006/04/03/quickly-disconnecting-sql-users-from-a-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.infinite-x.net/2006/04/03/quickly-disconnecting-sql-users-from-a-database/</link>
	<description>Knowledge found and lost while working with Microsoft CRM</description>
	<pubDate>Tue, 02 Dec 2008 15:19:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: mitch</title>
		<link>http://blogs.infinite-x.net/2006/04/03/quickly-disconnecting-sql-users-from-a-database/#comment-26</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Wed, 05 Apr 2006 02:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2006/04/03/quickly-disconnecting-sql-users-from-a-database/#comment-26</guid>
		<description>Excellent suggestion! Thanks Darrel.</description>
		<content:encoded><![CDATA[<p>Excellent suggestion! Thanks Darrel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrel Miller</title>
		<link>http://blogs.infinite-x.net/2006/04/03/quickly-disconnecting-sql-users-from-a-database/#comment-25</link>
		<dc:creator>Darrel Miller</dc:creator>
		<pubDate>Wed, 05 Apr 2006 00:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2006/04/03/quickly-disconnecting-sql-users-from-a-database/#comment-25</guid>
		<description>The following command will disconnect all users and make sure that users cannot logon while you are making your changes...

ALTER DATABASE dbName SET SINGLE_USER WITH ROLLBACK IMMEDIATE

You can allow access again with the MULTI_USER option</description>
		<content:encoded><![CDATA[<p>The following command will disconnect all users and make sure that users cannot logon while you are making your changes&#8230;</p>
<p>ALTER DATABASE dbName SET SINGLE_USER WITH ROLLBACK IMMEDIATE</p>
<p>You can allow access again with the MULTI_USER option</p>
]]></content:encoded>
	</item>
</channel>
</rss>
