Programming/mssql2005

MSSQL 2005 버퍼풀 비우기

알이씨 2008. 1. 23. 19:23
현재 버퍼 풀을 모두 비웁기
DBCC DROPCLEANBUFFERS;

procedure cache 를 비우기
DBCC FREEPROCCACHE;