Tagged Questions
6
votes
4answers
2k views
Estimating database size
I was wondering what you do when developing a new application in terms of estimating database size.
E.g. I am planning to launch a website, and I am having a hard time estimating what size I could ...
4
votes
4answers
414 views
Is there a data sizer tool available for SQL Server 2005?
I have to estimate the data size of database when populated with forecast values for each table. It should at least include size to be used for data and indexes.
There used to be tool like this in ...
0
votes
2answers
103 views
Estimating IOPS requirements of a production SQL Server system
We're working on an application that's going to serve thousands of users daily (90% of them will be active during the working hours, using the system constantly during their workday). The main purpose ...