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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Estimate Database Size

Author  Topic 

GhantaBro
Posting Yak Master

215 Posts

Posted - 2010-02-18 : 10:41:50
I have calculated the sizes of all the source data files (flat files)... is there a way to roughly estimate the database size if we know the flat file size that will be loaded in tables created in that db???? Rough estimation is enough for this project...

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-02-18 : 14:45:06
No. You'd have to calculate it based upon max/avg row size according to the data types and then also account for indexes.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2010-02-18 : 15:45:34
how many file, and what's their sizes?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -