테이블 오류: 페이지가 페이지 헤더의 다른 개체로 할당됨: 사용되지 않음

Microsoft.SQLServer.2008.Table_error__Page_is_allocated_to_different_object_found_in_page_header_1_5_Rule (Rule)

Knowledge Base article:

원인

DBCC CHECKALLOC 문이 할당 구조(익스텐트) 및 sysindexes 사이의 개체 ID에서 일치하지 않는 부분을 발견했습니다.

<P id=Alert_Note>

참고 DBCC CHECKALLOC에서 실제 오류가 발생하지 않아도 이 오류를 보고하는 경우도 있습니다. 2535 오류가 잘못된 것으로 의심되면 단일 사용자 모드에서 DBCC CHECKALLOC을 실행하십시오.

해결 방법

메시지의 페이지 번호와 관련된 인덱스 ID를 확인하여 이 오류가 테이블 데이터 또는 인덱스에서 발생한 것인지 확인합니다.

데이터베이스를 복원합니다.

개체 ID가 100 이하인 경우 오류는 시스템 테이블에 있습니다. 정리 백업에서 데이터베이스를 복원합니다.

개체 ID가 100보다 큰 경우 오류는 사용자 테이블에 있습니다.

이 오류가 테이블 데이터에서 발생하는 경우(인덱스 ID = 1) 정리 백업에서 데이터베이스를 복원합니다.

인덱스에 오류가 발생하는 경우 일반적으로 인덱스를 삭제하고 다시 만들어 인덱스를 수정할 수 있습니다. 인덱스를 삭제하고 다시 만들 수 없거나 인덱스를 삭제할 수 없는 경우 주 지원 공급자에게 문의하십시오.

문제가 지속되면 주 지원 공급자에게 문의하십시오. 해당 DBCC 문의 결과를 검토할 수 있도록 준비하십시오.

Element properties:

TargetMicrosoft.SQLServer.2008.DBEngine
CategoryEventCollection
EnabledFalse
Event_ID2535
Event Source$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
테이블 오류: 페이지가 페이지 헤더의 다른 개체로 할당되었습니다.
{0}
Event LogApplication
CommentMom2008ID='{C82D65E0-C8A4-4CFD-B925-5F53C44E2B7E}';MOM2008GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}

Member Modules:

ID Module Type TypeId RunAs 
_F6DA1507_12AF_11D3_AB21_00A0C98620CE_ DataSource Microsoft.Windows.EventProvider Microsoft.SQLServer.SQLDefaultAccount
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SQLServer.2008.Table_error__Page_is_allocated_to_different_object_found_in_page_header_1_5_Rule" Target="SQL2008Core!Microsoft.SQLServer.2008.DBEngine" Enabled="false" ConfirmDelivery="true" Remotable="true" Comment="Mom2008ID='{C82D65E0-C8A4-4CFD-B925-5F53C44E2B7E}';MOM2008GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_F6DA1507_12AF_11D3_AB21_00A0C98620CE_" Comment="{F6DA1507-12AF-11D3-AB21-00A0C98620CE}" TypeID="Windows!Microsoft.Windows.EventProvider" RunAs="SQL!Microsoft.SQLServer.SQLDefaultAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2535</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SQLServer.2008.Table_error__Page_is_allocated_to_different_object_found_in_page_header_1_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>