Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Applies to:
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