--把PND换成要查的内容
SELECT obj.name, c.
text FROM sysobjects obj
LEFT JOIN syscomments c
ON c.id
= obj.id
WHERE obj.type
= 'P' AND category
= 0 and c.
text LIKE'%PND%'
转载于:https://www.cnblogs.com/wangshuming/p/5673435.html
转载请注明原文地址: https://win8.8miu.com/read-1556077.html