SELECT name FROM sys.procedures WHERE Object_definition(object_id) LIKE '%ABC%'
Select * from sys.objects order by modify_date desc