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
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 how to know DB and log file growth

Author  Topic 

imughal
Posting Yak Master

192 Posts

Posted - 2012-04-17 : 13:50:01
Hi,

i have database and i want to know database growth. for example i want to know hourly growth of data and log file.

for example at 2:00 p.m size of db and log
example at 3:00 p.m size of db and log

is there any query or sp through which i give start and end time to know growth in between.

thx

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-04-17 : 13:52:53
see

http://www.sqlservercentral.com/scripts/Maintenance+and+Management/31929/

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

imughal
Posting Yak Master

192 Posts

Posted - 2012-04-18 : 01:17:55
hi,

i want to know daily growth of database.
for example i want to know last week daily data growth. so how do i know.
thx
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-04-19 : 00:58:05
you just need to change date filter accordingly

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -