I'm just wondering if anyone has ever seen this before... I'm getting a message "Corruption in database ID 140716013518856, object ID 60 possibly due to schema or catalog inconsistency. Run DBCC CHECKCATALOG." in alerts and the SQL server log.
There's just one little problem: I have no database with ID 140716013518856! In fact if I run SELECT DB_NAME(140716013518856) I get an arithmetic overflow error. Even weirder, the number varies a bit, but is always many orders of magnitude above the highest actual DB ID number we have.
I can run DBCC CHECKDB on all the databases and don't get errors for any of them.
This is on SQL server 2016 standard, and began about 2 weeks ago when we had a power outage. I get the messages several times a day.