Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 968 Bytes

mssqlserver-617-database-engine-error.md

File metadata and controls

35 lines (28 loc) · 968 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_617
MSSQLSERVER_617
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
617 (Database Engine error)

MSSQLSERVER_617

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 617
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name NODESHASH
Message Text Descriptor for object ID %ld in database ID %d not found in the hash table during attempt to unhash it. A work table is missing an entry. Rerun the query. If a cursor is involved, close and reopen the cursor.

Explanation

SQL Server cannot locate the work table for a specific entry.

User Action

  1. If a cursor is involved, close the cursor and re-open the cursor.

  2. Run the query again.