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