MSSQL 2005: Calculate Indexes Size via dm_db_index_physical_stats
Sometimes we want to calculate how much space do table indexes get. We can use sp_spaceused system stored procedure to measure how much does specific object take physical space. In MSSQL 2005 we can also use system procedure sys.dm_db_index_physical_stats to list how many indexes are present on a table, their type and how big they are [ ... ]
posted @ Tuesday, November 1, 2005 9:56 PM | Your thoughts