I'm running a DBCC Updateusage on a database with the count_rows option
set. It starts just fine looking through indexes but when it get's to
INDID = 1 of one of my large tables, it just stops after about 50 minutes.
No error, no more tables, it just stops as if it had completed. When I run
DBCC newalloc on this database, it comes back clean. Any ideas?