fly'sBlog

导航

03 2023 档案

SqlServer 查看数据库用到的sql或表
摘要:select * from syscomments where text like '% %' SELECTName,--存储过程名字Definition --存储过程内容FROM sys.sql_modules AS mINNER JOIN sys.all_objects AS o ON m.ob 阅读全文

posted @ 2023-03-30 11:03 fly'sBlog