DBCC TEXTALL (T-SQL)

Selects tables in the database that have text, ntext, or image columns and runs TEXTALLOC on them.


Important DBCC TEXTALL is included in Microsoft® SQL Server™ version 7.0 for backward compatibility only. It is recommended that DBCC CHECKDB be used to check the allocation and structural integrity of all the objects in the database. In a future version of SQL Server, DBCC TEXTALL may not be supported.


See Also
Space Allocation and Reuse DBCC
Table and Index Architecture  

  


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