DBCC

Raju Sachin on July 1st, 2009

This article will completely guide you to clear the sql query cache in sql server. Consider you are running the same query one or more times in a row, the execution time may differ time to time. If your are only user on the database, then it is because of build in query cache.

Continue reading about Clear Query Cache in SQL Server