all groups > sql server data warehouse > july 2003 >
You're in the

sql server data warehouse

group:

Calculate storage space



Calculate storage space Dally
7/15/2003 7:41:51 AM
sql server data warehouse: Hi,

How do you calculate storage space for about 4 millions
records in a data warehouse

Regards

Re: Calculate storage space <nntp>
7/15/2003 1:31:38 PM
The most accurate method I have found is to create a blank table, put a
reasonable amount of rows in it, add all the indexes, do DBCC UPDATEUSAGE(0)
and the run sp_spaceused 'tablename'.


[quoted text, click to view]

Re: Calculate storage space <nntp>
7/16/2003 8:37:16 AM
and then.. of course... extrapolate

[quoted text, click to view]

AddThis Social Bookmark Button