2011/04/18 18:13

SQL 메모리 사용량

크리에이티브 커먼즈 라이선스
Creative Commons License

sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'awe enabled', 1
RECONFIGURE
GO
 
sp_configure 'min server memory', 1024
RECONFIGURE
GO
sp_configure 'max server memory', 6144
RECONFIGURE
GO
 
http://technet.microsoft.com/ko-kr/library/ms190731(SQL.90).aspx
 
http://technet.microsoft.com/ko-kr/library/ms179301(SQL.90).aspx
저작자 표시 비영리 변경 금지
Trackback 0 Comment 0