I know that how many times it was executed from execution_count
in sys.dm_exec_procedure_stats
.
But how these values are calculated?
Is there any way to know how these values get calculated?
I want whole log when the stored procedure was first time executed to till last_execution_time
logs.