代码改变世界

随笔档案-2015年11月

SQL Server 查看死锁的存储过程(转载)

2015-11-13 14:09 by xchit, 1074 阅读, 收藏,
摘要: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[sp_who_lock]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[... 阅读全文