SQL Server index related dynamic management views and functions – (Part 2) By Basit A. Farooq Editor’s Note: This is the part-2 of this this three part article series on index-related dynamic management and functions. In this part, I’ll be covering index-related dynamic management function (DMF): sys.dm_db_index_physical_stats. Introduction: SQL Server uses indexes to sort and organize table data. It creates…