摘要: select b.name,TEXT from [dbname].dbo.syscomments a, [dbname].dbo.sysobjects b where a.id=b.id and b.xtype='p' and a.text like '%[text]%' --[dbname]: 您 阅读全文
posted @ 2022-02-19 17:42 iHey 阅读(86) 评论(0) 推荐(0)