| Author |
Estimating DabaBase space growth
|
|
| julianohorta via SQLMonster.com 2006-03-31, 9:23 am |
| Hello! All.
I need to estimate a DataBase space growth, but I 've never had something
like that.
Anybody could help me wiht this?
Which informations a need to make this estimative?
Are there any rules or template to estimate it?
Thanks a lot
Juliano Horta
--
Message posted via webservertalk.com
http://www.webservertalk.com/Uwe/Fo...server/200603/1
| |
| John Bell 2006-04-02, 7:23 am |
| Hi
In Books online there is a section on how to estimate the size of a database
under the Creating and Maintaining a database section. As a rougher measure
you could look at the current size and number of entries and just work with
averages. There are a couple of stored procedures on the accompanying discs
with Inside SQL Server 2000 by Kalen Delaney ISBN 0-7356-0998-5 that will
help.
John
"julianohorta via webservertalk.com" wrote:
> Hello! All.
>
> I need to estimate a DataBase space growth, but I 've never had something
> like that.
> Anybody could help me wiht this?
>
> Which informations a need to make this estimative?
> Are there any rules or template to estimate it?
>
> Thanks a lot
>
> Juliano Horta
>
> --
> Message posted via webservertalk.com
> http://www.webservertalk.com/Uwe/Fo...server/200603/1
>
| |
| julianohorta via SQLMonster.com 2006-04-03, 7:24 am |
| Hello!
Thank you very much
John Bell wrote:[color=darkred
]
>Hi
>
>In Books online there is a section on how to estimate the size of a database
>under the Creating and Maintaining a database section. As a rougher measure
>you could look at the current size and number of entries and just work with
>averages. There are a couple of stored procedures on the accompanying discs
>with Inside SQL Server 2000 by Kalen Delaney ISBN 0-7356-0998-5 that will
>help.
>
>John
>
>[quoted text clipped - 8 lines]
--
Message posted via http://www.webservertalk.com
|
|
|
|