SELECT Name as Stored_Procedure_Name FROM sys.objects WHERE type = 'P' AND DATEDIFF(D,create_date,GETDATE()) < 30
Login to post response