Use dbcc checkstorage to perform the following checks:
Allocation of text valued columns
Page allocation and consistency
OAM page entries
Pointer consistency
Text valued columns and text column chains
The syntax for dbcc checkstorage is:
dbcc checkstorage [(dbname)]
where dbname is the name of the target database (the database to be checked).