Community

Run DBCC UPDATEUSAGE on All Databases in an Instance

(Larry Leonard) A few lines of code for those of us migrating SQL Server 2000 databases to a higher version of SQL Server and having CHECKDB fail because the counts are wrong. This simply runs DBCC UPDATEUSAGE on all the databases in the instance. I can’t say it any better than BOL:

Read More - Register for Free Membership