Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.06 KB

mssqlserver-8649-database-engine-error.md

File metadata and controls

35 lines (29 loc) · 1.06 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_8649
MSSQLSERVER_8649
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
8649 (Database Engine error)

MSSQLSERVER_8649

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 8649
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name COST_TOO_HIGH
Message Text The query has been canceled because the estimated cost of this query (%d) exceeds the configured threshold of %d. Contact the system administrator.

Explanation

The query was canceled because the estimated cost of this query exceeds the configured threshold set for the QUERY_GOVERNOR_COST_LIMIT.

User Action

Set the QUERY_GOVERNOR_COST_LIMIT option to a higher value.

See Also

SET QUERY_GOVERNOR_COST_LIMIT (Transact-SQL)