I have a table named backupfile, this is a copy of sys.backupfile that I am inserting into from all of the servers on in my network.
I was trying to see how big the table has gotten, and when I go to Properties - Storage it takes a while, and then I get this:
It has done this every time I have tried the last few days.
Could my data be corrupt? We run dbcc checkdb weekly.
What could be causing this?

SELECT COUNT(*) FROM table. What happens if you run that query against your table? – Forrest Sep 05 '18 at 20:23