select 
 [name]
 ,create_date
 ,modify_date 
FROM 
 sys.all_objects 
where 
 type_desc = N'SQL_STORED_PROCEDURE' 
 --and name = 'spName'
 and modify_date >='2015-08-05 00:00:00'
 ORDER BY modify_date DESC

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2021-10-09
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案