|
Home > Archive > microsoft.public.sqlserver.server > August 2002 > Estimating disk space needed...how???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Estimating disk space needed...how???
|
|
| Pablo Perez 2002-08-14, 10:23 am |
| Greetings,
I have never understood what's Microsoft's formula for figuring out the
required amount of space needed knowing how many rows you have and how many
bytes are there per row?
For example,
If you have a table that has 20 rows and every row has 1024 bytes in it, how
do you know the
amount of disk space required for the table?
Anybody knows?
Thanks,
The help is much appreciated!!
PP
| |
| Dinesh.T.K. 2002-08-14, 11:23 am |
| Pablo,
Refer the topic 'Estimating the Size of a Table' in BooksOnLine.
Dinesh
--
--
SQL Server FAQ at
www.tkdinesh.com
"Pablo Perez" <pablo@mckibbon.com> wrote in message
news:OpGLgX6QCHA.1880@tkmsftngp13...
> Greetings,
> I have never understood what's Microsoft's formula for figuring out the
> required amount of space needed knowing how many rows you have and how
many
> bytes are there per row?
> For example,
> If you have a table that has 20 rows and every row has 1024 bytes in it,
how
> do you know the
> amount of disk space required for the table?
> Anybody knows?
>
>
> Thanks,
> The help is much appreciated!!
> PP
>
>
>
|
|
|
|
|