Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.32 KB

File metadata and controls

39 lines (32 loc) · 1.32 KB
title MSSQLSERVER_10520 | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology supportability
ms.topic conceptual
helpviewer_keywords
10520 (Database Engine error)
ms.assetid cc8799f1-5b90-4248-b209-e1d5087f9529
author MashaMSFT
ms.author mathoma
manager craigg

MSSQLSERVER_10520

Details

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