<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Fix : Error 1205 : Transaction (Process ID) was deadlocked on resources with another process and has been chosen as the deadlock victim. Rerun the transaction</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tim</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-208109</link>
		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Wed, 30 Nov 2011 17:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-208109</guid>
		<description><![CDATA[Hello.  Our SQL 2008 server is experiencing this deadlock error:

2011-11-30 10:47:08.71 spid6s      Deadlock encountered .... Printing deadlock information
2011-11-30 10:47:08.71 spid6s      Wait-for graph
2011-11-30 10:47:08.71 spid6s      
2011-11-30 10:47:08.71 spid6s      Node:1
2011-11-30 10:47:08.71 spid6s      OBJECT: 2:1824150806:0         CleanCnt:2 Mode:Sch-S Flags: 0x1
2011-11-30 10:47:08.71 spid6s       Grant List 3:
2011-11-30 10:47:08.71 spid6s         Owner:0x00000002CA27ED00 Mode: Sch-S    Flg:0x40 Ref:1 Life:00000000 SPID:70 ECID:0 XactLockInfo: 0x000000030A829340
2011-11-30 10:47:08.71 spid6s      Requested by: 
2011-11-30 10:47:08.71 spid6s        ResType:LockOwner Stype:&#039;OR&#039;Xdes:0x0000000212C45970 Mode: Sch-M SPID:70 BatchID:0 ECID:0 TaskProxy:(0x00000002F3B8E510) Value:0x4cc23c0 Cost:(-30/0)

Does anyone have advice on addressing this error?  It appears in the error log file every 10 seconds.

Thanks,
Tim]]></description>
		<content:encoded><![CDATA[<p>Hello.  Our SQL 2008 server is experiencing this deadlock error:</p>
<p>2011-11-30 10:47:08.71 spid6s      Deadlock encountered &#8230;. Printing deadlock information<br />
2011-11-30 10:47:08.71 spid6s      Wait-for graph<br />
2011-11-30 10:47:08.71 spid6s<br />
2011-11-30 10:47:08.71 spid6s      Node:1<br />
2011-11-30 10:47:08.71 spid6s      OBJECT: 2:1824150806:0         CleanCnt:2 Mode:Sch-S Flags: 0&#215;1<br />
2011-11-30 10:47:08.71 spid6s       Grant List 3:<br />
2011-11-30 10:47:08.71 spid6s         Owner:0x00000002CA27ED00 Mode: Sch-S    Flg:0&#215;40 Ref:1 Life:00000000 SPID:70 ECID:0 XactLockInfo: 0x000000030A829340<br />
2011-11-30 10:47:08.71 spid6s      Requested by:<br />
2011-11-30 10:47:08.71 spid6s        ResType:LockOwner Stype:&#8217;OR&#8217;Xdes:0x0000000212C45970 Mode: Sch-M SPID:70 BatchID:0 ECID:0 TaskProxy:(0x00000002F3B8E510) Value:0x4cc23c0 Cost:(-30/0)</p>
<p>Does anyone have advice on addressing this error?  It appears in the error log file every 10 seconds.</p>
<p>Thanks,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elango</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-198422</link>
		<dc:creator><![CDATA[elango]]></dc:creator>
		<pubDate>Fri, 18 Nov 2011 08:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-198422</guid>
		<description><![CDATA[try tablock ketyword like 
update tableA WITH (TABLOCK) set column1=&#039;test&#039;]]></description>
		<content:encoded><![CDATA[<p>try tablock ketyword like<br />
update tableA WITH (TABLOCK) set column1=&#8217;test&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuha</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-197371</link>
		<dc:creator><![CDATA[Nuha]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 02:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-197371</guid>
		<description><![CDATA[Hi ... I have the below problem
 Transaction (Process ID 55) was deadlocked on lock &#124; communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction. -  0 

do you know how to fix this error?

 
thanks]]></description>
		<content:encoded><![CDATA[<p>Hi &#8230; I have the below problem<br />
 Transaction (Process ID 55) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction. &#8211;  0 </p>
<p>do you know how to fix this error?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elango</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-191429</link>
		<dc:creator><![CDATA[elango]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 08:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-191429</guid>
		<description><![CDATA[Hi
i got &quot;Transaction WAS DEADLOCKED &quot; in update query with below query structure, the concept of query is i am updating one table values from another table values

UPDATE tableA  SET 
tableA.emp_imageURL = tableB.emp_imageURL 
FROM 
	(select emp_id,emp_imageURL from Attendance_Entry WITH (NOLOCK) where ident_id=&#039;7767&#039; ) as tableA 
RIGHT JOIN 
	(select  emp_id,emp_imageURL=MIN(emp_imageURL) from Permanant_Emp_Details WITH (NOLOCK) 
	where emp_id in (select distinct emp_id from Attendance_Entry WITH (NOLOCK) where ident_id=&#039;7767&#039;) 
	group by emp_id) 
AS tableB  
ON (tableA.emp_id = tableB.emp_id) 

Regards,
Elango]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
i got &#8220;Transaction WAS DEADLOCKED &#8221; in update query with below query structure, the concept of query is i am updating one table values from another table values</p>
<p>UPDATE tableA  SET<br />
tableA.emp_imageURL = tableB.emp_imageURL<br />
FROM<br />
	(select emp_id,emp_imageURL from Attendance_Entry WITH (NOLOCK) where ident_id=&#8217;7767&#8242; ) as tableA<br />
RIGHT JOIN<br />
	(select  emp_id,emp_imageURL=MIN(emp_imageURL) from Permanant_Emp_Details WITH (NOLOCK)<br />
	where emp_id in (select distinct emp_id from Attendance_Entry WITH (NOLOCK) where ident_id=&#8217;7767&#8242;)<br />
	group by emp_id)<br />
AS tableB<br />
ON (tableA.emp_id = tableB.emp_id) </p>
<p>Regards,<br />
Elango</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selvaelango Narayanasamy</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-191419</link>
		<dc:creator><![CDATA[Selvaelango Narayanasamy]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 07:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-191419</guid>
		<description><![CDATA[hi,

i have an update query with the below structure, and i got &quot;Transaction was deadlocked&quot; error how do i resolve, the main concept of the query is i am updating one table values to another table value ( not taking long time to execute)

UPDATE tableA  SET 
tableA.emp_imageURL = tableB.emp_imageURL 
FROM 
	(select emp_id,emp_imageURL from Attendance_Entry WITH (NOLOCK) where ident_id=&#039;7767&#039; ) as tableA 
RIGHT JOIN 
	(select  emp_id,emp_imageURL=MIN(emp_imageURL) from Permanant_Emp_Details WITH (NOLOCK) 
	where emp_id in (select distinct emp_id from Attendance_Entry WITH (NOLOCK) where ident_id=&#039;7767&#039;) 
	group by emp_id) 
AS tableB  
ON (tableA.emp_id = tableB.emp_id)]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i have an update query with the below structure, and i got &#8220;Transaction was deadlocked&#8221; error how do i resolve, the main concept of the query is i am updating one table values to another table value ( not taking long time to execute)</p>
<p>UPDATE tableA  SET<br />
tableA.emp_imageURL = tableB.emp_imageURL<br />
FROM<br />
	(select emp_id,emp_imageURL from Attendance_Entry WITH (NOLOCK) where ident_id=&#8217;7767&#8242; ) as tableA<br />
RIGHT JOIN<br />
	(select  emp_id,emp_imageURL=MIN(emp_imageURL) from Permanant_Emp_Details WITH (NOLOCK)<br />
	where emp_id in (select distinct emp_id from Attendance_Entry WITH (NOLOCK) where ident_id=&#8217;7767&#8242;)<br />
	group by emp_id)<br />
AS tableB<br />
ON (tableA.emp_id = tableB.emp_id)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-188182</link>
		<dc:creator><![CDATA[p]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 08:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-188182</guid>
		<description><![CDATA[Hi !!
We are facing Deallocks while calling 2 sps  in our system from last 2 3 months ...the sps have insert, update queries on a set of tables  ... First time when we got the deadlock, we solved the issue adding NoLock to a SELECT query which was causing the deadlock.. afterwords we started getting deadlocks on another table to which we add Primary Key.. now again the deadlock is appearing on another table .. We cant go and add PKs or NoLocks on every table .. but need some solution.. can anybody help ??]]></description>
		<content:encoded><![CDATA[<p>Hi !!<br />
We are facing Deallocks while calling 2 sps  in our system from last 2 3 months &#8230;the sps have insert, update queries on a set of tables  &#8230; First time when we got the deadlock, we solved the issue adding NoLock to a SELECT query which was causing the deadlock.. afterwords we started getting deadlocks on another table to which we add Primary Key.. now again the deadlock is appearing on another table .. We cant go and add PKs or NoLocks on every table .. but need some solution.. can anybody help ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narendran (@MyNaren89)</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-173390</link>
		<dc:creator><![CDATA[Narendran (@MyNaren89)]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 04:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-173390</guid>
		<description><![CDATA[Am also getting the same problem in SQL SERVER 2005, but each time the PROCESS ID is differ.

Transaction (PROCESS ID 86) WAS DEADLOCKED ON LOCK RESOURCES WITH ANOTHER PROCESS AND HAS BEEN CHOSEN AS THE DEADLOCK VICTIM. RERUN THE TRANSACTION

Could you please let me know how to fix this resolve this problem this time as well as to knock out this problem in my everynew project.

Regards,
Narendran,
Tweet me at @MyNaren89.
[phone removed]]]></description>
		<content:encoded><![CDATA[<p>Am also getting the same problem in SQL SERVER 2005, but each time the PROCESS ID is differ.</p>
<p>Transaction (PROCESS ID 86) WAS DEADLOCKED ON LOCK RESOURCES WITH ANOTHER PROCESS AND HAS BEEN CHOSEN AS THE DEADLOCK VICTIM. RERUN THE TRANSACTION</p>
<p>Could you please let me know how to fix this resolve this problem this time as well as to knock out this problem in my everynew project.</p>
<p>Regards,<br />
Narendran,<br />
Tweet me at @MyNaren89.<br />
[phone removed]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabiano</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-172826</link>
		<dc:creator><![CDATA[Fabiano]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 12:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-172826</guid>
		<description><![CDATA[Yes, our application doesn&#039;t have transactions envolving this table locked. I think is memory issue, we don&#039;t have explicit lockings, so there&#039;s no another explication...

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Yes, our application doesn&#8217;t have transactions envolving this table locked. I think is memory issue, we don&#8217;t have explicit lockings, so there&#8217;s no another explication&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-172803</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 11:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-172803</guid>
		<description><![CDATA[Can you make sure that there are no trasactions used in the code? Also this can happen in other cases like explicit locking, memory issue, etc]]></description>
		<content:encoded><![CDATA[<p>Can you make sure that there are no trasactions used in the code? Also this can happen in other cases like explicit locking, memory issue, etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabiano</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-172172</link>
		<dc:creator><![CDATA[Fabiano]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 15:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-172172</guid>
		<description><![CDATA[Hi! This error happend in my application last week, but I don&#039;t use transactions in this routine code. 
What can it be? Problem in the server? Can anybody help me?

I don&#039;t know what to say to my customer, I think it&#039;s some problem there, not in my program.

Thank you!
Fabiano - Brazil.]]></description>
		<content:encoded><![CDATA[<p>Hi! This error happend in my application last week, but I don&#8217;t use transactions in this routine code.<br />
What can it be? Problem in the server? Can anybody help me?</p>
<p>I don&#8217;t know what to say to my customer, I think it&#8217;s some problem there, not in my program.</p>
<p>Thank you!<br />
Fabiano &#8211; Brazil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-166694</link>
		<dc:creator><![CDATA[felix]]></dc:creator>
		<pubDate>Fri, 09 Sep 2011 02:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-166694</guid>
		<description><![CDATA[If deadlock happen what we should we do on the workstations? can anyone please advise? I need some guidance to resolve this issue.]]></description>
		<content:encoded><![CDATA[<p>If deadlock happen what we should we do on the workstations? can anyone please advise? I need some guidance to resolve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KennyVee</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-164248</link>
		<dc:creator><![CDATA[KennyVee]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 09:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-164248</guid>
		<description><![CDATA[As I have said before this error is telling you that you are short of resources and is not a simple locking problem.
Look at intermediate tuple sizes or other processes running at the same time. Use worst query reports to find the issue or is it that your server wont cope with the number of concurrent sessions?]]></description>
		<content:encoded><![CDATA[<p>As I have said before this error is telling you that you are short of resources and is not a simple locking problem.<br />
Look at intermediate tuple sizes or other processes running at the same time. Use worst query reports to find the issue or is it that your server wont cope with the number of concurrent sessions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravishanker</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-164061</link>
		<dc:creator><![CDATA[Ravishanker]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 22:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-164061</guid>
		<description><![CDATA[Hi 
      I have also received same kind of error as Query Exception: Transaction (Process ID 112) was deadlocked on lock &#124; communication buffer   resources with another process and has been chosen as the deadlock victim. Rerun the transaction . We are using a procedure which can be called in the page when many users might be browsing at that time , we are seeing this error in the event logs , i have used deadlock priority to normal but still the issue exists . If any possible solution please let me know . We have indexes on the related tables also accordingly .This issue is using so much of resources that is causing serious errors further after continuous deadlocks happens. thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
      I have also received same kind of error as Query Exception: Transaction (Process ID 112) was deadlocked on lock | communication buffer   resources with another process and has been chosen as the deadlock victim. Rerun the transaction . We are using a procedure which can be called in the page when many users might be browsing at that time , we are seeing this error in the event logs , i have used deadlock priority to normal but still the issue exists . If any possible solution please let me know . We have indexes on the related tables also accordingly .This issue is using so much of resources that is causing serious errors further after continuous deadlocks happens. thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-149866</link>
		<dc:creator><![CDATA[Karl]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 18:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-149866</guid>
		<description><![CDATA[Could the &quot;1205&quot; be a result of indexes during INSERT. We have 2 ETL processes, running in parallel that insert into the same table (no issues with duplication). When we originally created the table we did not have any indexes. The parallel ETL processes did not have any problems. After creating the indexes, whenever we ran the processes, we began encountering the &quot;1205&quot; issue. We have other similar parallel processes with other tables (with indexes) that don&#039;t encounter the &quot;1205&quot; but this may be due to the volume of inserts.]]></description>
		<content:encoded><![CDATA[<p>Could the &#8220;1205&#8243; be a result of indexes during INSERT. We have 2 ETL processes, running in parallel that insert into the same table (no issues with duplication). When we originally created the table we did not have any indexes. The parallel ETL processes did not have any problems. After creating the indexes, whenever we ran the processes, we began encountering the &#8220;1205&#8243; issue. We have other similar parallel processes with other tables (with indexes) that don&#8217;t encounter the &#8220;1205&#8243; but this may be due to the volume of inserts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chetan patel</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-143152</link>
		<dc:creator><![CDATA[chetan patel]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 08:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-143152</guid>
		<description><![CDATA[Transaction (Process ID 103) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

i have run this command :SET DEADLOCK_PRIORITY NORMAL but still it is given error.

please help me about this problem.]]></description>
		<content:encoded><![CDATA[<p>Transaction (Process ID 103) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.</p>
<p>i have run this command :SET DEADLOCK_PRIORITY NORMAL but still it is given error.</p>
<p>please help me about this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rejith</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-135170</link>
		<dc:creator><![CDATA[Rejith]]></dc:creator>
		<pubDate>Thu, 19 May 2011 04:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-135170</guid>
		<description><![CDATA[We have some issue with deadlock , coz in a single transaction we r calling around 10 sps.due to that when multiple users try to do the same process,it gets locked.We have used NoLock during the selection.Can we used nested transaction for this?.  Could you please give any suggestion for this.]]></description>
		<content:encoded><![CDATA[<p>We have some issue with deadlock , coz in a single transaction we r calling around 10 sps.due to that when multiple users try to do the same process,it gets locked.We have used NoLock during the selection.Can we used nested transaction for this?.  Could you please give any suggestion for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KennyVee</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-127607</link>
		<dc:creator><![CDATA[KennyVee]]></dc:creator>
		<pubDate>Fri, 08 Apr 2011 09:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-127607</guid>
		<description><![CDATA[I have finally come to the conclusion that this error simply means you are short of resources on the server. I saw that whereas the server usually used 1.6GB for the SQLServer process this had dropped to 0.7. I re-booted the server and the problem went away. I am keeping a much closer eye on system resources now.]]></description>
		<content:encoded><![CDATA[<p>I have finally come to the conclusion that this error simply means you are short of resources on the server. I saw that whereas the server usually used 1.6GB for the SQLServer process this had dropped to 0.7. I re-booted the server and the problem went away. I am keeping a much closer eye on system resources now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sravan Purumala</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-124407</link>
		<dc:creator><![CDATA[Sravan Purumala]]></dc:creator>
		<pubDate>Tue, 22 Mar 2011 15:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-124407</guid>
		<description><![CDATA[I have using      sql server 2008 R2 Enterprise Edition.

in one stored procedure ,i am updating on table A  only it won&#039;t touch other object and it working fine from past 3 years.
but suddenly we are getting below error

Transaction (Process ID 290) was deadlocked on lock &#124; communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.


here our code touch only on object A nothing else and the error says lock on some communication buffer.

please help me it is problem of objects or memory]]></description>
		<content:encoded><![CDATA[<p>I have using      sql server 2008 R2 Enterprise Edition.</p>
<p>in one stored procedure ,i am updating on table A  only it won&#8217;t touch other object and it working fine from past 3 years.<br />
but suddenly we are getting below error</p>
<p>Transaction (Process ID 290) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.</p>
<p>here our code touch only on object A nothing else and the error says lock on some communication buffer.</p>
<p>please help me it is problem of objects or memory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-115942</link>
		<dc:creator><![CDATA[Sridhar]]></dc:creator>
		<pubDate>Thu, 03 Feb 2011 22:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-115942</guid>
		<description><![CDATA[OLE DB error: OLE DB or ODBC error: Transaction (Process ID 477) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.; 40001.

Please provide me ans]]></description>
		<content:encoded><![CDATA[<p>OLE DB error: OLE DB or ODBC error: Transaction (Process ID 477) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.; 40001.</p>
<p>Please provide me ans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dexploratio</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-110680</link>
		<dc:creator><![CDATA[Dexploratio]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 16:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-110680</guid>
		<description><![CDATA[OR


Select * from tablename WITH (NOLOCK)]]></description>
		<content:encoded><![CDATA[<p>OR</p>
<p>Select * from tablename WITH (NOLOCK)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dexploratio</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-110678</link>
		<dc:creator><![CDATA[Dexploratio]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 15:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-110678</guid>
		<description><![CDATA[You can&#039;t... it&#039;s suposed to happen.

Detect deadlocks exception in your code and make it try again in 5 seconds or something... that&#039;s a possible &quot;solution&quot;.]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t&#8230; it&#8217;s suposed to happen.</p>
<p>Detect deadlocks exception in your code and make it try again in 5 seconds or something&#8230; that&#8217;s a possible &#8220;solution&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aboSaed</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-109184</link>
		<dc:creator><![CDATA[aboSaed]]></dc:creator>
		<pubDate>Sun, 02 Jan 2011 09:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-109184</guid>
		<description><![CDATA[Hi 
But How can I solve this problem?
blz
:(]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
But How can I solve this problem?<br />
blz<br />
:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anurag</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-108511</link>
		<dc:creator><![CDATA[anurag]]></dc:creator>
		<pubDate>Wed, 29 Dec 2010 14:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-108511</guid>
		<description><![CDATA[can we set nolock or rowlock while inserting values as well]]></description>
		<content:encoded><![CDATA[<p>can we set nolock or rowlock while inserting values as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saikumar</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-104253</link>
		<dc:creator><![CDATA[saikumar]]></dc:creator>
		<pubDate>Wed, 08 Dec 2010 06:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-104253</guid>
		<description><![CDATA[I have a merge replication environment with one host is
publisher/distributor and one subscriber. The merge uses continuous replication.

My MSSQL&#039;s are 2000SP4.

Error Message:

The process could not enumerate changes at the &#039;Publisher&#039;.
(Source: Merge Replication Provider (Agent); Error number: -2147200999)
-------------------------------------------------------------------------------
Transaction (Process ID 70) was deadlocked on lock resources with another
process and has been chosen as the deadlock victim. Rerun the transaction.
(Source: SERVA_SQL (Data source); Error number: 1205)

Please advise on the above case.

sai.]]></description>
		<content:encoded><![CDATA[<p>I have a merge replication environment with one host is<br />
publisher/distributor and one subscriber. The merge uses continuous replication.</p>
<p>My MSSQL&#8217;s are 2000SP4.</p>
<p>Error Message:</p>
<p>The process could not enumerate changes at the &#8216;Publisher&#8217;.<br />
(Source: Merge Replication Provider (Agent); Error number: -2147200999)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Transaction (Process ID 70) was deadlocked on lock resources with another<br />
process and has been chosen as the deadlock victim. Rerun the transaction.<br />
(Source: SERVA_SQL (Data source); Error number: 1205)</p>
<p>Please advise on the above case.</p>
<p>sai.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KennyVee</title>
		<link>http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-97156</link>
		<dc:creator><![CDATA[KennyVee]]></dc:creator>
		<pubDate>Mon, 01 Nov 2010 11:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/#comment-97156</guid>
		<description><![CDATA[On a clients machine I started getting 1205 on horribly complex SP which has been running for 8 years. I guess the volumes have climbed. So I start down then path of re-engineering the proc but I found 2 things.
1. the proc fails when run in a test database (copy of live) with no other users.
2. Much simpler month end proc has started failing with 1205. This is run by SQL Agent 23:00 Sunday evening with no other users - I have a bouncer proc to make sure of that.

This makes NO SENSE!!]]></description>
		<content:encoded><![CDATA[<p>On a clients machine I started getting 1205 on horribly complex SP which has been running for 8 years. I guess the volumes have climbed. So I start down then path of re-engineering the proc but I found 2 things.<br />
1. the proc fails when run in a test database (copy of live) with no other users.<br />
2. Much simpler month end proc has started failing with 1205. This is run by SQL Agent 23:00 Sunday evening with no other users &#8211; I have a bouncer proc to make sure of that.</p>
<p>This makes NO SENSE!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

