Tagged Questions
1
vote
1answer
1k views
How do I estimate SQL Server index sizes
While estimating straight row and table sizes are fairly simple math, we find it challenging to guess just how much space each index will occupy (for a given table size). What areas can we learn to ...