Groups | Blog | Home
all groups > sql server odbc > september 2005 >

sql server odbc : [SQL Server]Transaction (Process ID 52) was deadlocked



Sudhanshu
9/21/2005 12:06:02 AM
I am using SQL Server 2000 and running number of query simulatneously. While
running update query it is always giving above error. The error discriptions
are -

1. [SQL Server]Transaction (Process ID 52) was deadlocked on {lock}
resources with another process and has been chosen as the deadlock victim

2. SQL Server]Transaction (Process ID 51) was deadlocked on {lock} resources
with another process and has been chosen as the deadlock victim

3. [SQL Server]Transaction (Process ID 56) was deadlocked on {lock}
resources with another process and has been chosen as the deadlock victim


I have tried cleaning up the database, increased the fixed memory size of
SQL Server to 800 MB, restart the machine. But nothing works.

Sudhanshu
9/21/2005 10:27:05 AM
Thx. I will check that.

[quoted text, click to view]
David J. Cartwright
9/21/2005 1:07:57 PM
get output from

sp_who
sp_who2
sp_lock

when the trans is running

[quoted text, click to view]

AddThis Social Bookmark Button