<?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>www.jayntguru.com &#187; iis .net sql connections</title>
	<atom:link href="http://jayntguru.com/wordpress/archives/tag/iis-net-sql-connections/feed" rel="self" type="application/rss+xml" />
	<link>http://jayntguru.com/wordpress</link>
	<description>jay&#039;s website</description>
	<lastBuildDate>Wed, 20 Jul 2011 20:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>detecting database connection issues (not closing) in .net</title>
		<link>http://jayntguru.com/wordpress/archives/127</link>
		<comments>http://jayntguru.com/wordpress/archives/127#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:40:48 +0000</pubDate>
		<dc:creator>jayntguru</dc:creator>
				<category><![CDATA[computer geek stuff]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis .net sql connections]]></category>

		<guid isPermaLink="false">http://jayntguru.com/wordpress/archives/127</guid>
		<description><![CDATA[This one is really easy, but I am surprised at the number of people who are unable to troubleshoot it. If you think you are having sql connections not being closed properly, just open up perfmon, go to “.net data provider for sqlserver”, and add “numberofreclaimedconnections”. Basically what this counter shows is the number of [...]]]></description>
			<content:encoded><![CDATA[<p>This one is really easy, but I am surprised at the number of people who are unable to troubleshoot it. If you think you are having sql connections not being closed properly, just open up perfmon, go to “.net data provider for sqlserver”, and add “numberofreclaimedconnections”. Basically what this counter shows is the number of connections that were not closed by the application, but were closed by the .net garbage collection process. <a href="http://msdn.microsoft.com/en-us/library/ms254503.aspx" target="_blank">Microsoft&#8217;s explanation is on this page.</a> The same counter works for the oracle client as well (except it’s called “oracle” and not “sql”).</p>
<p>The symptoms of this would be a whole lot of idle connections to sql (or oracle) from the webserver, or errors about not being able to obtain a connection, running out of connections in the pool, etc. You can also see lots of connections in the time_wait status if you run a netstat –an.</p>
]]></content:encoded>
			<wfw:commentRss>http://jayntguru.com/wordpress/archives/127/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

