Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 927 Bytes

mssqlserver-2539-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 927 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_2539
MSSQLSERVER_2539
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
2539 (Database Engine error)

MSSQLSERVER_2539

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 2539
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name DBCC_ALLOCATION_SUMMARY_FOR_DATABASE
Message Text Total number of extents = EXTENTS, used pages = USED_PAGES, reserved pages = RESERVED_PAGES in this database.

Explanation

This information is part of the output from the DBCC CHECKALLOC command. This information is the summary of allocated extents, used pages, and reserved pages for the specified database.

User Action

None