May 2009 - Posts
Thanks to those of you who replied to my previous post. I spent the last week or so talking with customers, coworkers, and looking at various applications to see how recompiles are modeled today in their applications. At a high level, SQL
Read More...
I have a question for you guys about how do you force a recompile for a single query today? There are a lots of different ways that one could cause the system to recompile a query: a) sp_recompile <object used in a query> b)DBCC FREEPROCCACHE
Read More...