SQL Server no statistics in sys.dm_db_index_usage_stats

64 Views Asked by At

This view used to show info about my databases, and a bunch of backup scripts were built using this information. Suddenly, this view has NOTHING from any database except MSDB. I did some work a few months back with clearing out all data and re-importing it from a different version on a different machine. Could this have something to do with it? How do I make this start keeping stats again?

0

There are 0 best solutions below