Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pberp
Starting Member
15 Posts |
Posted - 2009-12-23 : 20:20:39
|
There is a big table named 'tbl_1'.I execute 'dbcc updateusage' on 'tbl_1' .I had waited for at leaste 40 minutes,but the staus always be 'executing',and then I clicked the cancle button.There are about 170000 rows in this table.How can I deal with this table? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
pberp
Starting Member
15 Posts |
Posted - 2009-12-24 : 00:53:42
|
quote: Originally posted by tkizer Do you actually need to run DBCC UPDATEUSAGE? It just fixes inaccuracies in sysindexes and does not help with performance.
I think the database maybe has some errors because UPDATEUSAGE failed.How can I get out the errors? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|