﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Max Yasnytskyy  / Another way to track the database data growth / 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>Sat, 18 May 2013 05:24:48 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Another way to track the database data growth</title><link>http://www.sqlservercentral.com/Forums/Topic607937-1007-1.aspx</link><description>Hey Max,While  reading  your article  i checked  the  script in sql server  2005,it was  giving me the  error.(1 row(s) affected)(1 row(s) affected)(1 row(s) affected)(1 row(s) affected)(1 row(s) affected)(1 row(s) affected)(1 row(s) affected)(7 row(s) affected)Msg 111, Level 15, State 1, Procedure #uspGetFileStats, Line 9'CREATE/ALTER PROCEDURE' must be the first statement in a query batch.Msg 213, Level 16, State 7, Line 1Insert Error: Column name or number of supplied values does not match table definition.do  you have  any change in the script?Saurabh</description><pubDate>Sat, 12 Mar 2011 11:38:43 GMT</pubDate><dc:creator>saurabh s Kothari</dc:creator></item><item><title>RE: Another way to track the database data growth</title><link>http://www.sqlservercentral.com/Forums/Topic607937-1007-1.aspx</link><description>It wasn't difficult to find the ???? in the script and was able to get it to run.  However due to the nature of the way some of my databases are named I had to make a small revision to get the script to run completely.  The line of code in both procedures is as follows:	'Use '+@dbName+'; '+I changed it to:	'Use ['+@dbName+']; '+and this was able to correct the problem.  Thanks for the script.  I have a project that was handed me to provision the production SQL Server box for 2009.Kurt</description><pubDate>Mon, 22 Dec 2008 08:06:38 GMT</pubDate><dc:creator>Kurt W. Zimmerman</dc:creator></item><item><title>Another way to track the database data growth</title><link>http://www.sqlservercentral.com/Forums/Topic607937-1007-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/scripts/database+size/65015/"&gt;Another way to track the database data growth&lt;/A&gt;[/B]</description><pubDate>Mon, 24 Nov 2008 16:09:44 GMT</pubDate><dc:creator>Max Yasnytsky</dc:creator></item></channel></rss>