Saturday, March 21, 2015

DBCC FREEPROCCACHE (Transact-SQL)





Refer Source: DBCC FREEPROCCACHE (Transact-SQL)

..
Use DBCC FREEPROCCACHE to clear the plan cache carefully. Freeing the plan cache causes, for example, a stored procedure to be recompiled instead of reused from the cache. This can cause a sudden, temporary decrease in query performance.
...




No comments:

Post a Comment