﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Track all DB Growth for the Server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 21:49:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Track all DB Growth for the Server</title><link>http://www.sqlservercentral.com/Forums/Topic1416756-146-1.aspx</link><description>You can use sysfiles to come up with a procedure where  you can get notification for your database growth.</description><pubDate>Fri, 08 Feb 2013 06:08:53 GMT</pubDate><dc:creator>jeetsingh.cs</dc:creator></item><item><title>RE: Track all DB Growth for the Server</title><link>http://www.sqlservercentral.com/Forums/Topic1416756-146-1.aspx</link><description>I used to track it by using the backup history, which includes the database size. Since I took daily backups, and did not delete full backup history, it was good enough for my purposes and did not require any extra development or jobs to implement. Just run some queries against the existing system tables.I think there are a number of articles &amp; posts on the topic that might give you the type of solution you want.</description><pubDate>Thu, 07 Feb 2013 14:27:25 GMT</pubDate><dc:creator>homebrew01</dc:creator></item><item><title>RE: Track all DB Growth for the Server</title><link>http://www.sqlservercentral.com/Forums/Topic1416756-146-1.aspx</link><description>Thanks.Actually i am looking for Database Growth so i can verify that how the growth is going everyday or weekly basis by captuiring timestamp and Datafile, Index size.Thanks.</description><pubDate>Thu, 07 Feb 2013 08:53:07 GMT</pubDate><dc:creator>poratips</dc:creator></item><item><title>RE: Track all DB Growth for the Server</title><link>http://www.sqlservercentral.com/Forums/Topic1416756-146-1.aspx</link><description>I use this to track when my system starts up ... might give you an idea on a method of doing what you desire to do.[url]http://www.sqlservercentral.com/blogs/briankmcdonald/2010/10/16/when-was-sql-server-restarted_3F00_/[/url]</description><pubDate>Wed, 06 Feb 2013 19:13:33 GMT</pubDate><dc:creator>bitbucket-25253</dc:creator></item><item><title>Track all DB Growth for the Server</title><link>http://www.sqlservercentral.com/Forums/Topic1416756-146-1.aspx</link><description>Hi,I would like to store the database growth (Data file size + Index Siie) into a table and send an email?Could you please guide me how can i handle this for my all database?I would like to create table like:Server name, Database, IndexSize, DatafileSize, Total Size, CollectionTime.I am planning to create DBTrack DB and i will create Table with above columns but need to know how can i handle whole procesThanks,</description><pubDate>Wed, 06 Feb 2013 15:34:27 GMT</pubDate><dc:creator>poratips</dc:creator></item></channel></rss>