Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.02 KB

mssqlserver-15661-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 1.02 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_15661
MSSQLSERVER_15661
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
15661 (Database Engine error)

MSSQLSERVER_15661

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 15661
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name SQLErrorNum15661
Message Text The sp_estimate_data_compression_savings stored procedure cannot be used for temporary tables.

Explanation

A temporary table was used as an argument for the sp_estimate_data_compression_savings stored procedure. Although the compression of temporary tables is supported, you cannot use sp_estimate_data_compression_savings to estimate the compression savings.

User Action

Remove the temporary table as an argument for sp_estimate_data_compression_savings.