select*
from sysobjects o, syscomments s
where o.id = s.id
AND text like'%V_%'
and o.xtype ='P' or o.xtype='v'

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-05-23
  • 2021-10-01
  • 2021-10-21
  • 2022-12-23
  • 2021-07-25
猜你喜欢
  • 2021-11-24
  • 2021-12-15
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案