How to Clear down Query Execution Statistics in SQL Server 2005/2008

后端 未结 1 1755
迷失自我
迷失自我 2021-01-30 22:36

Based on getting Query Execution Statistics using this extremely useful piece of SQL obtained from this post Most Executed Stored Procedure - Stack Overflow:

SEL         


        
1条回答
  •  死守一世寂寞
    2021-01-30 22:50

    DBCC FREEPROCCACHE
    DBCC DROPCLEANBUFFERS
    

    0 讨论(0)
提交回复
热议问题