SELECT getdate(), s.last_execution_time, s.execution_countFROM sys.dm_exec_procedure_stats sWHERE OBJECT_NAME (s.object_id) = 'mySproc1';