DBCC NEWALLOC (T-SQL)

Checks the allocation of data and index pages for each table within the extent structures of the database.


Important DBCC NEWALLOC is identical to DBCC CHECKALLOC and is included in this Microsoft® SQL Server™ version 7.0 for backward compatibility only. It is recommended that DBCC CHECKALLOC be used to check the allocation and use of all pages in the specified database. In a future version of Microsoft SQL Server, DBCC NEWALLOC may not be supported.


See Also
DBCC CHECKALLOC sqlmaint Utility
DBCC CHECKDB DBCC

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.