查询SQLSERVER进程的执行的语句
摘要:
--检查锁语句usemasterdeclare@spidint;declare@sql_handlebinary(20);set@spid=91SELECT@sql_handle=sql_handleFROMsysprocessesAsAwith(nolock)wherespid=@spidselecttextfrom::fn_get_sql(@sql_handle) 阅读全文
posted @ 2012-11-22 16:04 gds通用软件开发系统 阅读(860) 评论(0) 推荐(0)
浙公网安备 33010602011771号