摘要:
use master go declare @spid int,@bl int DECLARE s_cur CURSOR FOR select 0 ,blocked from (select * from sysprocesses where blocked>0 ) a where not exists(select * from (select * from sysprocesses ... 阅读全文
posted @ 2017-09-12 10:23
wang_ying
阅读(998)
评论(0)
推荐(0)