본문 바로가기

Programming/mssql2005

MSSQL 2005 버퍼풀 비우기

현재 버퍼 풀을 모두 비웁기
DBCC DROPCLEANBUFFERS;

procedure cache 를 비우기
DBCC FREEPROCCACHE;