<?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 Performance &#187; connections</title>
	<atom:link href="http://www.sql-server-performance.com/tag/connections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Finding Connections for A Single Database</title>
		<link>http://www.sql-server-performance.com/2012/finding-connections-one-single-database/</link>
		<comments>http://www.sql-server-performance.com/2012/finding-connections-one-single-database/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 00:06:54 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[connections]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3091</guid>
		<description><![CDATA[During trouble-shooting you may want to find all the connections relevant to one database. You can use sp_who2 but the problem with that is it can return a lot of results for all connections and you need to scroll through entire result set. The following script will return connections relevant to one database with other [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/finding-connections-one-single-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drop a Database by Closing Existing Connections using SSMS or T-SQL</title>
		<link>http://www.sql-server-performance.com/2011/drop-database-closing-existing-connections-ssms-tsql/</link>
		<comments>http://www.sql-server-performance.com/2011/drop-database-closing-existing-connections-ssms-tsql/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 07:15:00 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[drop database]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2781</guid>
		<description><![CDATA[To drop a SQL Server database, you will need exclusive access to the database ensure there are no other current users of the database or you will encounter the error: Drop failed for Database &#8216;dbName&#8217; &#8230;. Cannot drop database because it is currently in use Ensuring there are no other current users can be very [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/drop-database-closing-existing-connections-ssms-tsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
