Running dbcc checktable or dbcc checkdb before bringing a database online

[CR #356308] If you run dbcc checktable or dbcc checkdb after loading a database, but before bringing it online, you may see errors due to a mismatch in the number of rows in systabstats data and index.

Workaround: Do not run dbcc checktable or dbcc checkdb until you have loaded and brought a database online.