create proc dtLink ( ) --数据库名称 ) as --查询临时表是否存在 if(OBJECT_ID('temp..db') is not null) begin drop table #TempTable end --创建临时表 create table #TempTable ( spid int, ecid int, status ), loginname ), hostname ), blk int, dbname ), cmd ), request_id int )…