카테고리 없음

memory error recovery in sql server 2012

보미아빠 2012. 7. 30. 15:09

Machine supports memory error recovery. SQL memory protection is enabled to recover from memory corruption.


이게 error log 에 찍히면,

하드웨어 메모리 오류로부터 platform 이 시그널을 sql 로 줄 수 있고

sql server 는 이 시그널 기반으로 bpool 메모리를 디스크에서 다시 읽어 메모리 오류로 부터 복구 될 수 있다.


자세한 내용은

http://sqlcat.com/sqlcat/b/technicalnotes/archive/2012/06/05/memory-error-recovery-in-sql-server-2012.aspx


몇 몇 에러로부터는 좀 더 안전하게 보호 할 수 있겠군요...