<?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/"
		>
<channel>
	<title>Comments on: Interesting SQL Server Mirroring Problem</title>
	<atom:link href="http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/</link>
	<description>The exciting life of a software developer and nerd</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:19:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Carlo</title>
		<link>http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/comment-page-1/#comment-1774</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Mon, 20 Sep 2010 11:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=947#comment-1774</guid>
		<description>Did anyone manage to solve this issue?</description>
		<content:encoded><![CDATA[<p>Did anyone manage to solve this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas</title>
		<link>http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/comment-page-1/#comment-1275</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Wed, 31 Mar 2010 14:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=947#comment-1275</guid>
		<description>Disabling mirroring means what? Just removing &quot;failover partner&quot; from connection string? Or really remove the mirror?

Did you try the latest sqlncli.msi? e.g. From Post SP1 Cumulative Hotfix 7?</description>
		<content:encoded><![CDATA[<p>Disabling mirroring means what? Just removing &#8220;failover partner&#8221; from connection string? Or really remove the mirror?</p>
<p>Did you try the latest sqlncli.msi? e.g. From Post SP1 Cumulative Hotfix 7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhartsock</title>
		<link>http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/comment-page-1/#comment-1192</link>
		<dc:creator>bhartsock</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=947#comment-1192</guid>
		<description>Yes.  Disabling mirroring fixes the problem, but leaves you without HA.</description>
		<content:encoded><![CDATA[<p>Yes.  Disabling mirroring fixes the problem, but leaves you without HA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bk</title>
		<link>http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/comment-page-1/#comment-1186</link>
		<dc:creator>bk</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=947#comment-1186</guid>
		<description>&quot;I am guessing the pool get’s jacked up and starts looking at the mirror to login temporarily or something, but I can’t figure out why&quot;

Does this mean that disabling mirroring fixes the problem?</description>
		<content:encoded><![CDATA[<p>&#8220;I am guessing the pool get’s jacked up and starts looking at the mirror to login temporarily or something, but I can’t figure out why&#8221;</p>
<p>Does this mean that disabling mirroring fixes the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gwired</title>
		<link>http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/comment-page-1/#comment-1176</link>
		<dc:creator>Gwired</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=947#comment-1176</guid>
		<description>We are also having the same problem.  I however have been unable to set the timeout up high enough.  We are getting CXPacket messages in Activity monitor.  Also we are on 64bit SQL 2008. 

I&#039;ve read about intra-query parrallel thread deadlocks.  But the solution there (Add an index) isn&#039;t working for me as I don&#039;t know what index to add.  I think I&#039;m going to rewrite my query to use a function with cursors instead.....maybe</description>
		<content:encoded><![CDATA[<p>We are also having the same problem.  I however have been unable to set the timeout up high enough.  We are getting CXPacket messages in Activity monitor.  Also we are on 64bit SQL 2008. </p>
<p>I&#8217;ve read about intra-query parrallel thread deadlocks.  But the solution there (Add an index) isn&#8217;t working for me as I don&#8217;t know what index to add.  I think I&#8217;m going to rewrite my query to use a function with cursors instead&#8230;..maybe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.brianhartsock.com/2009/09/29/interesting-sql-server-mirroring-problem/comment-page-1/#comment-1011</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=947#comment-1011</guid>
		<description>Brian,

We are having the same timout problem with a mirrored SQL 2008 server.  Were you ever able to resolve this issue or did you simply set the connection timeout to 50 seconds?

Thanks!</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>We are having the same timout problem with a mirrored SQL 2008 server.  Were you ever able to resolve this issue or did you simply set the connection timeout to 50 seconds?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

