一种:EXEC sp_helptext 'xxx'

二种:
select b.text from sysobjects as a   
inner join syscomments as b   
on a.ID=b.ID where a.xtype='P' and name='xxx'

 

相关文章:

  • 2022-03-05
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2021-11-19
  • 2021-07-10
  • 2021-07-11
猜你喜欢
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-06-28
相关资源
相似解决方案