select o.name,m.definition from sys.objects o
left outer join sys.sql_modules m on o.object_id = m.object_id
where m.definition like '%{此处为查找内容}%'

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案