select name 
from sysobjects o, syscomments s 
where o.id = s.id 
and text like '%CASIGN%' 
and o.xtype = 'P' 

相关文章:

  • 2021-09-10
猜你喜欢
  • 2022-01-08
  • 2021-06-18
  • 2022-01-08
  • 2021-06-17
  • 2022-01-07
相关资源
相似解决方案