eXtreme Programming
XP for the programmer
10 December 2008
HO TO: Clear procedure cache and empty the data cache
When profiling and optimizing a stored procedure or query, it is usefull to clean the sql server stored procedure and data cache.
The following T-SQL performes the task:
DBCC FREEPROCCACHE
DBCC DROPCLEANBUFFERS
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment