Hi Expertz
Can you please tell me what does this select statement return and what is the column "last_altered" stand is it really the last time any modifications done to the stored procedure or is it the last time it was referred to
select *
from information_schema.routines
WHERE
Routine_Type='procedure'
AND specific_Catalog='database'