1
Answer

Handling DB Deadlocks

Ashutosh Mund

Ashutosh Mund

7y
257
1
How to handle database deadlocks in multi user environment.
I am getting this following error quite often with incomplete DB operations. 
 
"Transaction (Process ID 119) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction"
 
Will the NOLOCK or ROWLOCK will solve this? 

Answers (1)