<?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>The Thinking Lemur &#187; SQL Server</title>
	<atom:link href="http://thinkinglemur.com/index.php/category/thinking/databases/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkinglemur.com</link>
	<description>from the mind of Donnie Bachan</description>
	<lastBuildDate>Fri, 06 Jan 2012 10:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SQL Server 2005 Deadlock Tracking</title>
		<link>http://thinkinglemur.com/index.php/2009/04/sql-server-2005-deadlock-tracking/</link>
		<comments>http://thinkinglemur.com/index.php/2009/04/sql-server-2005-deadlock-tracking/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 09:14:29 +0000</pubDate>
		<dc:creator>Donnie Bachan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://thinkinglemur.com/?p=218</guid>
		<description><![CDATA[This is a very useful article for anyone experiencing deadlock issues with SQL Server 2005. http://www.simple-talk.com/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/ I made use of this while tracking down the cause of the following error: Transaction (Process ID 97) was deadlocked on lock &#124; communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2009%2F04%2Fsql-server-2005-deadlock-tracking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2009%2F04%2Fsql-server-2005-deadlock-tracking%2F&amp;source=thinkinglemur&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is a very useful article for anyone experiencing deadlock issues with SQL Server 2005.</p>
<blockquote><p><a href="http://www.simple-talk.com/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/">http://www.simple-talk.com/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/</a></p></blockquote>
<p>I made use of this while tracking down the cause of the following error:</p>
<blockquote><p>Transaction (Process ID 97) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.</p></blockquote>
<p>When using Profiler it is important that you don't set too many items on trace in a production environment, this can cause your database performance to degrade dramatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkinglemur.com/index.php/2009/04/sql-server-2005-deadlock-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

