THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » DBCC » syscacheobjects » plan guides   (RSS)
  • Geek City: Clearing a Single Plan from Cache

    Caching and reusing query plans is both a good thing and a bad thing. Saving costs of recompilation for a query that is run repeatedly can be a good thing. Using a cached plan that is not appropriate can be a very bad thing. What do you do if you have plans in cache that should not be there? SQL Server 2000 and 2005 provide a way to clear ...
    Posted to Kalen Delaney (Weblog) by Kalen Delaney on September 29, 2007
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement