Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.02 KB

mssqlserver-8712-database-engine-error.md

File metadata and controls

36 lines (30 loc) · 1.02 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_8712
MSSQLSERVER_8712
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
8712 (Database Engine error)

MSSQLSERVER_8712

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 8712
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name USEPLAN_ERR_NO_INDEX
Message Text Index '%.*ls', specified in the USE PLAN hint, does not exist. Specify an existing index, or create an index with the specified name.

Explanation

An index that is specified in the USE PLAN hint does not exist.

User Action

Ensure all indexes that are specified in the USE PLAN hint exist.

See Also

Query Hints (Transact-SQL)
Plan Guides