Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rosejr
Starting Member
12 Posts |
Posted - 2007-08-30 : 11:49:00
|
I have an already existing app that has a production release coming up and I am being asked to estimate growth for the changes being made. What is the best way to estimate growth on an existing app when no previous estimates have been done. For the columns that are being added. Are there standards that should be used? or typical formulas? Thanks in advance for any suggestions. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-08-31 : 00:21:28
|
If you added new columns in the table, you can estimate space needed like: total new column(s) length x rows count in the table. |
 |
|
|
|
|