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 2005 Forums
 SQL Server Administration (2005)
 Database Size History

Author  Topic 

mushy
Starting Member

12 Posts

Posted - 2010-02-17 : 16:35:41
Hi gurus,

Can we pull database history from SQL Server, like if i want to see database size growth for last year month by month.
??

It will be nice if we can get size of data rather than size of file from backupset. As i have requirement to maintain 5% of free space in datafiles every time.

Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-02-17 : 18:04:37
You have to record it; SQL Server doesn't track this information for you.

Here's what I use and wrote: http://weblogs.sqlteam.com/tarad/archive/2008/12/16/How-to-track-database-growth-across-multiple-SQL-Server-instances.aspx

My tool was also featured in SQL Server Magazine: http://weblogs.sqlteam.com/tarad/archive/2009/10/08/SQL-Server-Magazine-web-article-about-a-tool-I-wrote.aspx

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

mushy
Starting Member

12 Posts

Posted - 2010-02-18 : 13:51:45
Thanks Tara
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-02-18 : 14:47:54
You're welcome.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -