August 4, 2011 at 7:43 am
Hi,
I get an error message from our application on running sp (which only selects records
[Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 29) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
How can I fixed it ?
Thank you
August 4, 2011 at 7:56 am
Read this: Minimizing Deadlocks
SQL Server 2000
http://msdn.microsoft.com/en-us/library/aa213028(v=sql.80).aspx
August 4, 2011 at 8:09 am
Switch traceflag 1222 on. That will result in a deadlock graph been written to the error log every time a deadlock occurs. Post the result of that graph here.
DBCC TRACEON(1222,-1)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply