Hello,
In SQL Server 2008 R2, I want to monitor all SP's performance, so I need archive ALL history records in sys.dm_exec_procedure_status, but as you know, the lifetime of the row is as long as the stored procedure remains cached. When a stored procedure is removed from the cache, the corresponding row is eliminated from this view.
Is somebody have a good solution to archive all history records?
Thanks,
Cunhui
Stay hungry, stay foolish.