select   b.name   ,a.text   from   syscomments   a,sysobjects   b 
where 
charindex('clicknum',a.text)>0    and 
object_id(b.name)=a.id   and   b.xtype   in('P','TR')

 

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2021-07-09
  • 2022-02-27
相关资源
相似解决方案