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
 General SQL Server Forums
 New to SQL Server Programming
 Deadlock error

Author  Topic 

mohdmartin
Starting Member

22 Posts

Posted - 2007-08-09 : 10:28:51

I received the following error message when run the query,


Server: Msg 1205, Level 13, State 61, Line 1
Transaction (Process ID 61) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

how can solve the deadlock error ?

regards
Martin

ashley.sql
Constraint Violating Yak Guru

299 Posts

Posted - 2007-08-09 : 11:32:34
the sql server will kill one of the processes or you can kill it yourself from enterprise manager.
IN management current activity Locks/process ID

Ashley Rhodes
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-08-09 : 22:08:12
Sql killed spid 61 already. You have to check your app to figure out why caused deadlock.
Go to Top of Page
   

- Advertisement -