증상
Microsoft SQL Server 2012, 2014 또는 2016에서 데이터베이스의 대상 복구 시간이 0이 아닌 값으로 설정 되어 있다고 가정 합니다. 검사점 프로세스 중 어설션이 발생 하는 경우 어설션에는 데이터베이스에 대 한 임대 시간 초과를 초래 하 고 다음 덤프 파일을 받습니다.
date time spid14s Error: 17066, Severity: 16, State: 1. date time spid14s SQL Server Assertion: File: <recoveryunit.cpp>, line=7849 Failed Assertion = 'm_ReducedDataSlice <= MaxReducedDataSlice'. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.date time spid14s Error: 3624, Severity: 20, State: 1.date time spid14s A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a Hotfix from Technical Support. date time spid14s Error: 18400, Severity: 16, State: 1. date time spid14s The background checkpoint thread has encountered an unrecoverable error. The checkpoint process is terminating so that the thread can clean up its resources. This is an informational message only. No user action is required.
해결 방법
이 문제는 다음과 같은 SQL Server 누적 업데이트에서 해결 되었습니다.
SQL Server 2012 서비스 팩 3에 대 한 누적 업데이트 7
SQL Server 2014 서비스 팩 2 용 누적 업데이트 3
SQL Server 2014 서비스 팩 1에 대 한 누적 업데이트 10
SQL Server 2016 SP1 용 누적 업데이트 1
SQL Server에 대 한 누적 업데이트 정보
각각의 새로운 새 누적 업데이트에는 이전 누적 업데이트에 포함 된 모든 핫픽스와 모든 보안 수정 사항이 포함 되어 있습니다. Sql Server에 대 한 최신 누적 업데이트 확인: Sql server 2012 SP3의 최신 누적 업데이트
해결 방법
이 문제를 해결 하려면 해당 데이터베이스에 대 한 대상 복구 시간을 0으로 설정 합니다.
상태
Microsoft는 "적용 대상" 절에 나열한 제품에서 이 문제를 확인했습니다.
참조
Microsoft에서 소프트웨어 업데이트를 설명 하는 데 사용 하는 용어 에 대해 알아봅니다.