Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.15 KB

File metadata and controls

39 lines (33 loc) · 1.15 KB
description MSSQLSERVER_8712
title MSSQLSERVER_8712 | Microsoft Docs
ms.custom
ms.date 04/04/2017
ms.service sql
ms.reviewer
ms.subservice supportability
ms.topic reference
helpviewer_keywords
8712 (Database Engine error)
ms.assetid 292fb3bc-062e-41e4-a566-b5d3d0b21977
author MashaMSFT
ms.author mathoma

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