Detect Low PAGE Compression Success Rates in all Databases
Thanks to Paul Randal and his recently published blog post: “The Curious Case of… tracking page compression success rates“, I finally discovered what was the purpose of the column page_compression_success_count from the system function sys.dm_db_index_operational_stats, and how to use it.
Read More »Detect Low PAGE Compression Success Rates in all Databases