Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.36 KB

mssqlserver-10520-database-engine-error.md

File metadata and controls

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

MSSQLSERVER_10520

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

Details

Attribute Value
Product Name SQL Server
Event ID 10520
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name PG_PARAM_NOT_ALLOWED
Message Text Cannot create plan guide '%.*ls' because @type was specified as '%ls' and a non-NULL value is specified for the parameter '%ls'. This type requires a NULL value for the parameter. Specify NULL for the parameter, or change the type to one that allows a non-NULL value for the parameter.

Explanation

The type specified in @type requires a NULL value for the specified parameter, however a non-NULL value was supplied.

User Action

Specify NULL for the parameter, or change the type to one that allows a non-NULL value for the parameter.

See Also

sp_create_plan_guide (Transact-SQL)
Plan Guides