January 9, 2008 at 12:11 am
Hi,
Is there any method to get the growth rate details of the databases
Please let me know i fyou have some idea
Regards,
Shine
January 10, 2008 at 4:07 am
Personally I have scheduled job on each server I administer which records daily statics for database & tables (stats, fragmentation, size, etc). I can then report on these daily stats over time to plot growth, etc. I know this information is not recorded in SQL00, or 05 - unsure about 08?
So I would say either capture your stats on some frequency, or start restoring old backups and capturing past values, but I beleive this is a proactive task rather than reactive.
HTH
Dan
January 10, 2008 at 4:14 am
Refer following link of SQL Server Central.
http://www.sqlservercentral.com/scripts/Maintenance+and+Management/31929/
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
January 10, 2008 at 4:53 am
hi,
what i want to get the details of growth rate is from Jan -07 to Dec -07
is there any method to find out
Regards,
Shine
January 10, 2008 at 5:01 am
Have you recorded the growth of the database anywhere? If no you won't get it except check the size of the database backup on Jan 07 and Dec 07 and find the difference in backup size. This will give you the growth of the database.
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
January 10, 2008 at 7:10 am
Hi,
I have not noted on Jan-07,Is there any where in system files it will be stored,
i can able to get the detail about the creation date,from the creation date to
current date any way we can find out how much growth on every month
Thanks
Shine
January 10, 2008 at 7:17 am
There is no repositry for this information, either restore backups to capture it, or start collecting from today!
January 10, 2008 at 7:20 am
Dan Owen (1/10/2008)
Personally I have scheduled job on each server I administer which records daily statics for database & tables (stats, fragmentation, size, etc). I can then report on these daily stats over time to plot growth, etc. I know this information is not recorded in SQL00, or 05 - unsure about 08?So I would say either capture your stats on some frequency, or start restoring old backups and capturing past values, but I beleive this is a proactive task rather than reactive.
HTH
Dan
In 2005 right-click on a database and goto Reports, Standard Reports, Disk Usage. It will give you a history of Data/Log Files Autogrow/Autoshrink events and your disk usage is given to you in pie graph format. You should also check out all the other built in reports that come with it, they're quite nice.
=============================================================
/* Backups are worthless, Restores are priceless */
Get your learn on at SQL University!
Follow me on Twitter | Connect on LinkedIn
My blog: http://sqlchicken.com
My book: Pro Server 2008 Policy-Based Management
January 15, 2008 at 3:33 pm
I use a 3rd party tool by Idera called SQL Diagnostic Manager. Like Dan Owen noted, you need to have a repository to pull from or tap the backups to see the data. To answer your question though, SQLdm makes it extremely ez to view database or table growth rates using the repository it creates. I'm new using it, but so far so good...
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply