Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.01 KB

mssqlserver-3937-database-engine-error.md

File metadata and controls

30 lines (26 loc) · 1.01 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_3937
MSSQLSERVER_3937
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
3937 (Database Engine error)

MSSQLSERVER_3937

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name MSSQLSERVER
Event ID 3937
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name XACT_FILESTREAM_ROLLBACK_ERROR
Message Text An error occurred while trying to notify the FILESTREAM filter driver that a transaction was rolled back. Error code: 0x%0x.

Explanation

An error was returned by the RsFx driver when issuing a rollback notification for a transaction. This is probably caused by a resource shortage. This can cause a small memory leak in the RsFx filter driver, but this will be freed when the sqlservr.exe process that created the transaction exits.

User Action