04 2021 档案

摘要:select db_name(st.dbid) as database_name, object_name(st.objectid) as name, p.size_in_bytes / 1024 as size_in_kb, p.usecounts, st.text from sys.dm_exe 阅读全文
posted @ 2021-04-28 10:58 火军刀 阅读(464) 评论(0) 推荐(0)