--- title: "MSSQLSERVER_10519 | Microsoft Docs" ms.custom: "" ms.date: "04/04/2017" ms.prod: sql ms.reviewer: "" ms.technology: supportability ms.topic: "language-reference" helpviewer_keywords: - "10519 (Database Engine error)" ms.assetid: 3be393a1-b186-41ae-afb9-a3d07ff354bb author: MashaMSFT ms.author: mathoma --- # MSSQLSERVER_10519 [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] ## Details ||| |-|-| |Product Name|SQL Server| |Event ID|10519| |Event Source|MSSQLSERVER| |Component|SQLEngine| |Symbolic Name|PG_INCOMPATIBLE_STMT_AND_HINTS| |Message Text|Cannot create plan guide '%.\*ls' because the hints specified in **\@hints** cannot be applied to the statement specified by either **\@stmt** or **\@statement_start_offset**. Verify that the hints can be applied to the statement.| ## Explanation The hints specified in **\@hints** cannot be applied to the statement specified by either **\@stmt** or **\@statement_start_offset**. ## User Action Specify hints that can be applied to the statement. ## See Also [sp_create_plan_guide (Transact-SQL)](~/relational-databases/system-stored-procedures/sp-create-plan-guide-transact-sql.md) [Plan Guides](~/relational-databases/performance/plan-guides.md) [sp_create_plan_guide_from_handle (Transact-SQL)](~/relational-databases/system-stored-procedures/sp-create-plan-guide-from-handle-transact-sql.md)