Link to home
Start Free TrialLog in
Avatar of anushahanna
anushahannaFlag for United States of America

asked on

Estimating Future Index Space

I have 39 tables in one schema, and they all share 2 common columns, one is a char(5) and another Date. I am planning to implement an index on each of the pair of columns in all these tables. How can I estimate how much space it will requires for the 39 new indexes, based on the datatype and number of rows in each table from sysindexes.

thanks
ASKER CERTIFIED SOLUTION
Avatar of thenelson
thenelson

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anushahanna

ASKER

thenelson, this is in SQL Server. you're thinking of access?
Avatar of thenelson
thenelson

Didn't notice the Zone. Just skip the Compact and repair.
well, every index will of different size, because each table will have different number of rows..
Thanks. this works if only one index was created.