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 |  
                                    | pberpStarting 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? |  |  
                                    | tkizerAlmighty SQL Goddess
 
 
                                    38200 Posts |  |  
                                    | pberpStarting Member
 
 
                                    15 Posts | 
                                        
                                          |  Posted - 2009-12-24 : 00:53:42 
 |  
                                          | quote:I think the database maybe has some errors because UPDATEUSAGE failed.How can I get out the errors?Originally posted by tkizer
 Do you actually need to run DBCC UPDATEUSAGE?  It just fixes inaccuracies in sysindexes and does not help with performance.
 
 |  
                                          |  |  |  
                                    | tkizerAlmighty SQL Goddess
 
 
                                    38200 Posts |  |  
                                |  |  |  |