SQLSERVER 语句交错引发的死锁研究
内容简介:
一:背景
1. 讲故事
相信大家在使用 SQLSERVER 的过程中经常会遇到 阻塞 和 死锁,尤其是 死锁,比如下面的输出:
(1 row affected)
Msg 1205, Level 13, State 51, Line 5
Transaction (Process ID 62) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
要解决死锁问题,个人感觉需要非常熟知各种隔离级别,尤其是 可...
查看原文
暂无评论...