摘要: ##阻塞 use masterdeclare @spid int,@bl intDECLARE s_cur CURSOR FOR select 0 ,blockedfrom (select * from sysprocesses where blocked>0 ) a where not exist 阅读全文
posted @ 2019-01-25 18:51 Qtong 阅读(220) 评论(0) 推荐(0)