Saturday, September 5, 2009

weird sql server deadlock error

"Transaction (Process ID 58) was deadlocked on lock resources with
another process and has been chosen as the deadlock victim. Rerun the
transaction"

If you get this error, it could be solved by ensuring that the where
conditions in query you are firing have indexes in the database table.

No comments:

Post a Comment