Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.46 KB

File metadata and controls

39 lines (32 loc) · 1.46 KB
title MSSQLSERVER_10535
description MSSQLSERVER_10535
author MashaMSFT
ms.author mathoma
ms.date 04/04/2017
ms.service sql
ms.subservice supportability
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
10535 (Database Engine error)

MSSQLSERVER_10535

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]

Details

Attribute Value
Product Name SQL Server
Event ID 10535
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name PG_NO_PLAN
Message Text Cannot create plan guide '%.*ls' because a plan was not found in the plan cache that corresponds to the specified plan handle. Specify a cached plan handle. For a list of cached plan handles, query the sys.dm_exec_query_stats dynamic management view.

Explanation

A plan was not found in the plan cache that corresponds to the specified plan handle.

User Action

Specify a cached plan handle. For a list of cached plan handles, query the sys.dm_exec_query_stats dynamic management view.

See Also

sp_create_plan_guide_from_handle (Transact-SQL)
sys.dm_exec_query_stats (Transact-SQL)