Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.14 KB

mssqlserver-15599-database-engine-error.md

File metadata and controls

34 lines (28 loc) · 1.14 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_15599
MSSQLSERVER_15599
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
15599 (Database Engine error)

MSSQLSERVER_15599

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 15599
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name SEC_LOCAL_TEMP_AUDIT_PERMISSIONS
Message Text Auditing and permissions can't be set on local temporary objects.

Explanation

Auditing and permissions do not have any effect when set for local or global temp objects. The statements do not result in an error (the operations will return success), but have no effect.

This behavior has not changed, however beginning with [!INCLUDEssSQL11], this informational message alerts the user.

User Action

No action is necessary, but consider removing statements that attempt to set auditing or permissions on local or global temp objects.