摘要: select object_name(st.objectid) as [存储过程名称], st.encrypted as [存储过程是否加密], st.text as [存储过程内容,如果加密就看不到], qs.last_read as [存储过程开始执行时间] from sys.dm_exec_c 阅读全文
posted @ 2025-12-17 14:41 云中帆2020 阅读(1) 评论(0) 推荐(0)