Monday, July 4, 2011

What is procedure cache in SQL Server ?

The part of SQL server memory pool that is used to store execution plans is refered to as procedure cache in SQL Server.

DBCC FREEPROCCACHE
OR
DBCC FREEPROCCACHE WITH NO_INFOMSGS

is used to free procedure caches.

No comments:

Post a Comment

Loop Engineering: Designing the Systems That Prompt Your Agents

Loop Engineering For the last couple of years, the core skill in working with AI was writing a good prompt. You'd craft careful instru...