<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; FIX : ERROR 1101 : Could not allocate a new page for database because of insufficient disk space in filegroup</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: nirav</title>
		<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-75517</link>
		<dc:creator><![CDATA[nirav]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 18:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/02/fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-75517</guid>
		<description><![CDATA[Hi

I am running into similar issues...the db size has reached its limits that is 4GB...I was not aware about that limit till date(stupid me) but now I had no useless tables to delete and also I am not able set autogrow option to unrestricted...not sure how deal with this I know if I had to go for SQL server Enterprise edition or standard edition...but it would take  time to dwnld install and restore db there..any quick way to get out of this temporaryliy.....Please somebody help me out this ASAP.]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am running into similar issues&#8230;the db size has reached its limits that is 4GB&#8230;I was not aware about that limit till date(stupid me) but now I had no useless tables to delete and also I am not able set autogrow option to unrestricted&#8230;not sure how deal with this I know if I had to go for SQL server Enterprise edition or standard edition&#8230;but it would take  time to dwnld install and restore db there..any quick way to get out of this temporaryliy&#8230;..Please somebody help me out this ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Evans</title>
		<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-62153</link>
		<dc:creator><![CDATA[Alan Evans]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/02/fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-62153</guid>
		<description><![CDATA[Worth pointing out that you get the exact same error message when you have reached the 4096 MB limit of SQL server express edition.]]></description>
		<content:encoded><![CDATA[<p>Worth pointing out that you get the exact same error message when you have reached the 4096 MB limit of SQL server express edition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-33722</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 13 Feb 2008 19:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/02/fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-33722</guid>
		<description><![CDATA[Guys, 

I had the same issue, and I applied all the advices that you posted. Thank you very much for sharing your experience.

I&#039;d like to share mine too:
The problem I had was the fact that MS SQL Server 2005 Express has the database size limit of 4GB. I had a few big tables in there, so when I deleted the tables that I don&#039;t need, I got rid of the error that we&#039;re discussing here.
That&#039;s it.

Take care,
Alex.]]></description>
		<content:encoded><![CDATA[<p>Guys, </p>
<p>I had the same issue, and I applied all the advices that you posted. Thank you very much for sharing your experience.</p>
<p>I&#8217;d like to share mine too:<br />
The problem I had was the fact that MS SQL Server 2005 Express has the database size limit of 4GB. I had a few big tables in there, so when I deleted the tables that I don&#8217;t need, I got rid of the error that we&#8217;re discussing here.<br />
That&#8217;s it.</p>
<p>Take care,<br />
Alex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Barath</title>
		<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7284</link>
		<dc:creator><![CDATA[Praveen Barath]]></dc:creator>
		<pubDate>Fri, 10 Aug 2007 06:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/02/fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7284</guid>
		<description><![CDATA[Hi Tariq , 

I have some Tips for you , 
1) Tempdb Allways be on another drive not defoult will help you to increase Performnace ! whenever your SQL server starts it recreate the Tempdb with your defoult size .

2) If you would like to tune your SP&#039;s then you can use Indexs in frequenty use tables ! (Its all about logics and delopments , Less scanning table will give you less execution time , 100 case doesnt matter some we use 1000&#039;s of cases !)

3) If you face a tempdb size problem the , only tempdb is the database which you can move online .

I hope Tips will inline your needs .

Cheers 
Praveen]]></description>
		<content:encoded><![CDATA[<p>Hi Tariq , </p>
<p>I have some Tips for you ,<br />
1) Tempdb Allways be on another drive not defoult will help you to increase Performnace ! whenever your SQL server starts it recreate the Tempdb with your defoult size .</p>
<p>2) If you would like to tune your SP&#8217;s then you can use Indexs in frequenty use tables ! (Its all about logics and delopments , Less scanning table will give you less execution time , 100 case doesnt matter some we use 1000&#8242;s of cases !)</p>
<p>3) If you face a tempdb size problem the , only tempdb is the database which you can move online .</p>
<p>I hope Tips will inline your needs .</p>
<p>Cheers<br />
Praveen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tariq</title>
		<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7154</link>
		<dc:creator><![CDATA[Tariq]]></dc:creator>
		<pubDate>Wed, 08 Aug 2007 21:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/02/fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7154</guid>
		<description><![CDATA[Just to update you, the reason I was getting the same error even after selecting unrestricted grow for tempdb because my HD was full temp db went up to 30GB. I looked at the sp to see what the hell its doing. Sp has almost 75 to 100 case statement. I don’t know how to make that sp better. Any idea? Thanks]]></description>
		<content:encoded><![CDATA[<p>Just to update you, the reason I was getting the same error even after selecting unrestricted grow for tempdb because my HD was full temp db went up to 30GB. I looked at the sp to see what the hell its doing. Sp has almost 75 to 100 case statement. I don’t know how to make that sp better. Any idea? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7134</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Wed, 08 Aug 2007 16:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/02/fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7134</guid>
		<description><![CDATA[Hi Tariq,

Please look at this post : 
http://blog.sqlauthority.com/2007/08/08/sql-server-2005-ssms-enable-autogrowth-database-property/

Regards,
Pinal]]></description>
		<content:encoded><![CDATA[<p>Hi Tariq,</p>
<p>Please look at this post :<br />
<a href="http://blog.sqlauthority.com/2007/08/08/sql-server-2005-ssms-enable-autogrowth-database-property/" rel="nofollow">http://blog.sqlauthority.com/2007/08/08/sql-server-2005-ssms-enable-autogrowth-database-property/</a></p>
<p>Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tariq</title>
		<link>http://blog.sqlauthority.com/2007/05/02/sql-server-fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7130</link>
		<dc:creator><![CDATA[Tariq]]></dc:creator>
		<pubDate>Wed, 08 Aug 2007 15:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/02/fix-error-1101-could-not-allocate-a-new-page-for-database-because-of-insufficient-disk-space-in-filegroup/#comment-7130</guid>
		<description><![CDATA[I am still getting the same error after shrinking the tempdb and change it to unrestricted grow.]]></description>
		<content:encoded><![CDATA[<p>I am still getting the same error after shrinking the tempdb and change it to unrestricted grow.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

