index_type_desc,
alloc_unit_type_desc,
min_record_size_in_bytes,
max_record_size_in_bytes,
avg_record_size_in_bytes
FROM SYS.DM_DB_INDEX_PHYSICAL_STATS
(DB_ID('AdventureWorks'),NULL,NULL,NULL,'DETAILED')
ORDER BY avg_record_size_in_bytes DESC;
GO
Database Design Considerations
数据库设计需要考虑的问题:
究竟什么时候应该考虑评测你的数据库设计方案(宽的表)。具体的几个方面如下:
文章来源于领测软件测试网 https://www.ltesting.net/