小老鼠的博客
先做人,后做事~

文章分类 -  SQL

如何检测死锁
摘要:use mastergocreate procedure sp_who_lockasbegindeclare @spid int,@bl int,@intTransactionCountOnEntry int, @intRowcount int, @intCountProperties int, @intCounter intcreate table #tmp_lock_who (id int i... 阅读全文
posted @ 2010-01-06 10:44 TS_Little Mouse 阅读(445) 评论(0) 推荐(0)