Skip to main content
added 10 characters in body
Source Link
Thavas Antonio
  • 5.9k
  • 1
  • 19
  • 51

SELECT name , type_desc , create_date , modify_date FROM sys.procedures WHERE Object_definition(object_id) LIKE '%High%'

SELECT name , type_desc , create_date , modify_date FROM sys.procedures WHERE Object_definition(object_id) LIKE '%High%' 

SELECT name , type_desc , create_date , modify_date FROM sys.procedures WHERE Object_definition(object_id) LIKE '%High%'

SELECT name , type_desc , create_date , modify_date FROM sys.procedures WHERE Object_definition(object_id) LIKE '%High%' 
Source Link
WaqarTahir
  • 149
  • 1
  • 2

SELECT name , type_desc , create_date , modify_date FROM sys.procedures WHERE Object_definition(object_id) LIKE '%High%'