<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://codeforeternity.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Technology : Community Server</title><link>http://codeforeternity.com/blogs/technology/archive/tags/Community+Server/default.aspx</link><description>Tags: Community Server</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Finding Database Size using sp_spaceused Stored Procedure</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/02/finding-database-size-using-sp-spaceused-stored-procedure.aspx</link><pubDate>Wed, 02 Jan 2008 14:33:00 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:16</guid><dc:creator>raj</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;We can use the &lt;strong&gt;sp_spaceused&lt;/strong&gt; stored procedure to find out exactly how much disk space is currently being used by a database. If we simply execute this stored procedure without passing any parameters, it returns the following 2 result sets:&lt;/p&gt;
&lt;p&gt;Result Set 1:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;database_name:&lt;/strong&gt; Name of the current database.&lt;br /&gt;&lt;strong&gt;database_size:&lt;/strong&gt; Size of the current database in megabytes. database_size includes both data and log files.&lt;br /&gt;&lt;strong&gt;unallocated space:&lt;/strong&gt; Space in the database that has not been reserved for database objects.&lt;/p&gt;
&lt;p&gt;Result Set 2:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;reserved:&lt;/strong&gt; Total amount of space allocated by objects in the database.&lt;br /&gt;&lt;strong&gt;data:&lt;/strong&gt; Total amount of space used by data.&lt;br /&gt;&lt;strong&gt;index_size:&lt;/strong&gt; Total amount of space used by indexes.&lt;br /&gt;&lt;strong&gt;unused:&lt;/strong&gt; Total amount of space reserved for objects in the database, but not yet used.&lt;/p&gt;
&lt;p&gt;code for etetnity !!! is hosted with GoDaddy Shared Hosting Plan which only allows upto 200 MB of database disk space which is really very limited and Community Server can reach this limit in no time. Therefore I have to keep monitoring the database disk space usage regularly. However, since GoDaddy does not provide Remote Desktop or Enterprise Manager / Management Studio access to the database server, the only way to know this is by executing the &lt;strong&gt;sp_spaceused&lt;/strong&gt; stored procedure through GoDaddy&amp;#39;s web based Query Analyzer or through a custom built ASP.NET web page which executes this stored procedure using ADO.NET. You can use the same technique if you face&amp;nbsp;similar restrictions by&amp;nbsp;your hosting provider.&lt;/p&gt;
&lt;p&gt;For more info on the &lt;strong&gt;sp_spaceused&lt;/strong&gt; stored procedure, click &lt;a class="" href="http://msdn2.microsoft.com/en-us/library/ms188776.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;Raj&lt;/p&gt;
&lt;p&gt;~~~ CODING FOR ETERNITY !!! ~~~&lt;/p&gt;&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=16" width="1" height="1"&gt;</description><category domain="http://codeforeternity.com/blogs/technology/archive/tags/GoDaddy/default.aspx">GoDaddy</category><category domain="http://codeforeternity.com/blogs/technology/archive/tags/Community+Server/default.aspx">Community Server</category><category domain="http://codeforeternity.com/blogs/technology/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Installing Community Server 2007 with GoDaddy Shared Hosting Plan</title><link>http://codeforeternity.com/blogs/technology/archive/2008/01/02/installing-community-server-2007-with-godaddy-shared-hosting-plan.aspx</link><pubDate>Wed, 02 Jan 2008 12:12:00 GMT</pubDate><guid isPermaLink="false">6581de12-b79f-4db0-af9f-717dfd7c7876:15</guid><dc:creator>raj</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Planning to launch a new Community Server 2007 website with GoDaddy Shared Hosting Plan? Or facing problems setting up the same? If you wish to save yourself all the hassles, download and read this excellent CS 2007 Installation Guide for GoDaddy Shared Hosting Plan by Dave Stokes &lt;a class="" href="http://davestokes.net/files/folders/2007_installation_guides/entry273.aspx" target="_blank"&gt;here&lt;/a&gt;. I had a hard time setting up my CS 2007 website @ code for eternity !!!, but Dave&amp;#39;s Installation Guide came to the rescue. Thanks for the excellent work Dave.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;Raj&lt;/p&gt;
&lt;p&gt;~~~ CODING FOR ETERNITY !!! ~~~&lt;/p&gt;&lt;img src="http://codeforeternity.com/aggbug.aspx?PostID=15" width="1" height="1"&gt;</description><category domain="http://codeforeternity.com/blogs/technology/archive/tags/GoDaddy/default.aspx">GoDaddy</category><category domain="http://codeforeternity.com/blogs/technology/archive/tags/Community+Server/default.aspx">Community Server</category></item></channel></rss>