select name from sysobjects o, syscomments s where o.id = s.id and text like '%CASIGN%' and o.xtype = 'P' 相关文章: 2021-09-10