DBCC TEXTALLOC (T-SQL)

Checks the allocation of text, ntext, or image columns for a table.


Important DBCC TEXTALLOC is included in Microsoft® SQL Server™ version 7.0 for backward compatibility only. It is recommended that DBCC CHECKTABLE be used to check the integrity of the data, index, text, ntext, and image pages for the specified table. In a future version of SQL Server, DBCC TEXTALLOC may not be supported.


See Also
Space Allocation and Reuse DBCC
Table and Index Architecture  

  


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