<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sqlserver007 &#187; TempDB</title>
	<atom:link href="http://www.sqlserver007.com/tag/tempdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlserver007.com</link>
	<description>Blog on SQL SERVER and Business Intelligence  by Vivekanand Serou</description>
	<lastBuildDate>Fri, 21 May 2010 11:37:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Could not allocate a new page for database &#8216;TEMPDB&#8217; because of insufficient disk space in filegroup &#8216;DEFAULT&#8217;. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup</title>
		<link>http://www.sqlserver007.com/2009/06/18/could-not-allocate-a-new-page-for-database-tempdb-because-of-insufficient-disk-space-in-filegroup-default-create-the-necessary-space-by-dropping-objects-in-the-filegroup-adding-additional-fi/</link>
		<comments>http://www.sqlserver007.com/2009/06/18/could-not-allocate-a-new-page-for-database-tempdb-because-of-insufficient-disk-space-in-filegroup-default-create-the-necessary-space-by-dropping-objects-in-the-filegroup-adding-additional-fi/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:22:15 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[SQL Administration]]></category>
		<category><![CDATA[TempDB]]></category>

		<guid isPermaLink="false">http://www.sqlserver007.com/?p=166</guid>
		<description><![CDATA[The error happens when your disk space is full on TempDB.Check the space on the Drive where the TempDb is located . Solutions a.Review the Query and check if it can be better optimised. Some of the Queries&#8217; intermediate heavy datasets are stored in tempdb before returning the results. b.The most easiest way I found [...]]]></description>
			<content:encoded><![CDATA[<p>The error happens when your disk space is full on TempDB.Check the space on the Drive where the TempDb is located .</p>
<p>Solutions</p>
<p>a.Review the Query and check if it can be better optimised. Some of the Queries&#8217; intermediate heavy datasets are stored in tempdb before returning the results.<br />
b.The most easiest way I found is to restart the SQL Server service. Every Time the SQL server is restarted the tempdb gets flushed thereby reducing all the disk space.</p>
<p><!-- Begin: AdBrite, Generated: 2009-07-06 10:04:17  --><br />
<script type="text/javascript">
var AdBrite_Title_Color = '000000';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlserver007.com/2009/06/18/could-not-allocate-a-new-page-for-database-tempdb-because-of-insufficient-disk-space-in-filegroup-default-create-the-necessary-space-by-dropping-objects-in-the-filegroup-adding-additional-fi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
