select max(last_execution_time) from sys.dm_exec_query_stats s cross apply sys.dm_exec_query_plan (s.plan_handle) p
where object_name(p.objectid, db_id('leadmaster')) = 'Alert_ESMTranmission'
union
select max(last_execution_time) from sys.dm_exec_query_stats s cross apply sys.dm_exec_query_plan (s.plan_handle) p
where object_name(p.objectid, db_id('leadmaster')) = 'AlertExtactTarget'
im running 28 other stored procedures i only am showing two of them