Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Deadlock in SQL

Author  Topic 

Sonu619
Posting Yak Master

202 Posts

Posted - 2013-01-07 : 18:32:17
Hi Guys,

Need urget help Please. I am running SP on SSMS everytime i run that SP getting Error "Msg 1205, Level 13, State 52, MyStoreProcedureName, Line 85
Transaction (Process ID 11) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction."

I kill spid 11, still giving me problem everytime i run this Store Procedure.Any help would be great appreciate!

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-01-07 : 23:30:49
can you try using deadlock graph in SQL profiler and see component process causing it


http://msdn.microsoft.com/en-us/library/ms178104(v=sql.105).aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -