Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.71 KB

mssqlserver-10538-database-engine-error.md

File metadata and controls

37 lines (31 loc) · 1.71 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_10538
MSSQLSERVER_10538
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
10538 (Database Engine error)

MSSQLSERVER_10538

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

Details

Attribute Value
Product Name SQL Server
Event ID 10538
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name PG_INVALID_PLANGUIDE_HANDLE
Message Text Cannot find the plan guide either because the specified plan guide ID is NULL or invalid, or you do not have permission on the object referenced by the plan guide. Verify that the plan guide ID is valid, the current session is set to the correct database context, and you have either ALTER DATABASE permission or ALTER permission on the object referenced by the plan guide.

Explanation

The ID of the specified plan guide is NULL or invalid, or you do not have permission on the object referenced by the plan guide.

User Action

Verify that the plan guide ID is valid, the current session is set to the correct database context, and you have ALTER DATABASE permission or ALTER permission on the object referenced by the plan guide.

See Also

sp_create_plan_guide (Transact-SQL)
Plan Guides
sp_create_plan_guide_from_handle (Transact-SQL)