dbcc不处理大字段???
t_Document_Base的   DBCC   结果。 
 对象    't_Document_Base '   的   852   页中有   19005   行。 
 ------------------------------------------- 
 这个表有个text字段,整个表实际大小是60多M,按照上面只有6M多
------解决方案----------------------測試了一下,應該處理的 
 EXEC sp_spaceused N 'dbo.T_HR_Employee '; 
 /* 
 name           rows        reserved           data               index_size         unused 
 -------       ----------- ------------------ ------------------ ------------------ --------- 
 T_HR_Employee 3143        3664 KB            3392 KB            216 KB             56 KB 
 */   
 DBCC CHECKTABLE ( 'T_HR_Employee ') 
 /* 
 DBCC results for  'T_HR_Employee '. 
 There are 3143 rows in 424 pages for object  "T_HR_Employee ". 
 DBCC execution completed. If DBCC printed error messages, contact your system administrator. 
 */