SELECT  A.name ,
        B.definition
FROM    SYS.objects A
        INNER JOIN sys.sql_modules B ON A.object_id = B.object_id
                                        AND ( CHARINDEX('包含字符',
                                                        B.definition) > 0 )

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案