Quantcast
Channel: Configuration – SQL Server Consultation
Viewing all articles
Browse latest Browse all 11

Using DBCC UPDATEUSAGE to correct inaccuracies(Copy from another blog)

$
0
0
The DBCC command can be run on a database to correct inaccuracies of all objects in that database or you can also correct the inaccuracies of a single table by including that table name. If you would like to run the command for a particular database, then you can run the following command DBCC UPDATEUSAGE […]

Viewing all articles
Browse latest Browse all 11

Trending Articles