Hi,
In SQL Server 2008 R2 with SP2, we can get statistics that are NOT modified using the query SELECT * FROM sys.dm_db_stats_properties WHERE modification_counter < 0
But I want find the same information in SQL server 2008 R2 SP1. Please advise what query I can use?
Thanks,
Gary