Tuesday, March 27, 2012

Estimating DabaBase space growth

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 SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server/200603/1Hi
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 SQLMonster.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 SQLMonster.com
> http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server/200603/1
>|||Hello!
Thank you very much
John Bell wrote:
>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
>> Hello! All.
>[quoted text clipped - 8 lines]
>> Juliano Horta
--
Message posted via http://www.sqlmonster.com

No comments:

Post a Comment