How to see the statistic of MS SQL Server

Roman Sedov


1 428 Visits
select * from sys.dm_db_index_physical_stats(DB_ID(N'database_name'), OBJECT_ID(N'table_name'), null, null, 'Detailed');

 


Comments


AopNTdxaCCWlIe

12.03.2025