The DataSizer spreadsheet is a tool that helps estimate the size of tables in SQL Server 7.0.
It contains two worksheets, labeled Clustered and Heap. The Clustered sheet gives formulas to estimate the size of a clustered index table and its nonclustered indexes. The Heap sheet gives formulas to estimate the size of a heap table (any table that does not have a clustered index) and the associated nonclustered indexes.
|