<?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; TempDB is Full. Move TempDB from one drive to another drive.</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 04:35:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-219245</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 08:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-219245</guid>
		<description><![CDATA[Richard Douglas is excellent blogger and I am big fan of his writing. Thanks Jaco for the link.]]></description>
		<content:encoded><![CDATA[<p>Richard Douglas is excellent blogger and I am big fan of his writing. Thanks Jaco for the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaco van Wyk</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-203034</link>
		<dc:creator><![CDATA[Jaco van Wyk]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 17:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-203034</guid>
		<description><![CDATA[Make sure that you get the file structure exactly right with this. My SQL Service didn&#039;t want to restart because I specified a wrong directory. Looked in Event Viewer and got &quot;FCB::Open failed: Could not open file&quot; as the error.

I had a hell of a time tracking a solution to change my tempdb location without SSMS but found this post. It saved my life...

http://sql.richarddouglas.co.uk/archive/2010/08/recovering-tempdb.html]]></description>
		<content:encoded><![CDATA[<p>Make sure that you get the file structure exactly right with this. My SQL Service didn&#8217;t want to restart because I specified a wrong directory. Looked in Event Viewer and got &#8220;FCB::Open failed: Could not open file&#8221; as the error.</p>
<p>I had a hell of a time tracking a solution to change my tempdb location without SSMS but found this post. It saved my life&#8230;</p>
<p><a href="http://sql.richarddouglas.co.uk/archive/2010/08/recovering-tempdb.html" rel="nofollow">http://sql.richarddouglas.co.uk/archive/2010/08/recovering-tempdb.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven F.</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-196728</link>
		<dc:creator><![CDATA[Sven F.]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 09:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-196728</guid>
		<description><![CDATA[Thanks for your great blogs. They&#039;ve been a help not only once. Keep on the good work!]]></description>
		<content:encoded><![CDATA[<p>Thanks for your great blogs. They&#8217;ve been a help not only once. Keep on the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-190067</link>
		<dc:creator><![CDATA[guest]]></dc:creator>
		<pubDate>Mon, 07 Nov 2011 11:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-190067</guid>
		<description><![CDATA[How could i check why TempDB is growing so much that it fills the all c:\ . I don&#039;t want to move or shrik it just to know why it&#039;s growing so much.]]></description>
		<content:encoded><![CDATA[<p>How could i check why TempDB is growing so much that it fills the all c:\ . I don&#8217;t want to move or shrik it just to know why it&#8217;s growing so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jothiram</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-164655</link>
		<dc:creator><![CDATA[Jothiram]]></dc:creator>
		<pubDate>Fri, 02 Sep 2011 06:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-164655</guid>
		<description><![CDATA[Hi Pinal, without restarting the sql server,is there any way to solve the tempdb full issue?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal, without restarting the sql server,is there any way to solve the tempdb full issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-156164</link>
		<dc:creator><![CDATA[Ajay]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 12:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-156164</guid>
		<description><![CDATA[Pinal,

I have made four Temp Db files with 8192.000000 MB and i want reduce the size of all four file or delete it up want to recreate with 8 MB of size. Can you Please help me out-there?]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>I have made four Temp Db files with 8192.000000 MB and i want reduce the size of all four file or delete it up want to recreate with 8 MB of size. Can you Please help me out-there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-147574</link>
		<dc:creator><![CDATA[SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 01:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-147574</guid>
		<description><![CDATA[[...] TempDB is Full. Move TempDB from one drive to another drive [...]]]></description>
		<content:encoded><![CDATA[<p>[...] TempDB is Full. Move TempDB from one drive to another drive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhu</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-138301</link>
		<dc:creator><![CDATA[madhu]]></dc:creator>
		<pubDate>Thu, 02 Jun 2011 04:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-138301</guid>
		<description><![CDATA[hi pinal

i am wondering is there any way to fix tempdb full issue
without restarting server.

Thanks 
gidda]]></description>
		<content:encoded><![CDATA[<p>hi pinal</p>
<p>i am wondering is there any way to fix tempdb full issue<br />
without restarting server.</p>
<p>Thanks<br />
gidda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhupendra Singh</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-126000</link>
		<dc:creator><![CDATA[Bhupendra Singh]]></dc:creator>
		<pubDate>Fri, 01 Apr 2011 12:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-126000</guid>
		<description><![CDATA[Hi!
I had a query regarding the moving TempDB to some other drive. Is it neccessay to stop IIS for this activity in case your whole website is on CMS driven ?

Can it will be possible to move the same without stoping the IIS and putting the website down ?

I am recently facing this problem for one of our website hosted.

Please give your valuable adivise AEAP.

Thanks &amp; Regards
Bhupendra Singh
Sr.Developer]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
I had a query regarding the moving TempDB to some other drive. Is it neccessay to stop IIS for this activity in case your whole website is on CMS driven ?</p>
<p>Can it will be possible to move the same without stoping the IIS and putting the website down ?</p>
<p>I am recently facing this problem for one of our website hosted.</p>
<p>Please give your valuable adivise AEAP.</p>
<p>Thanks &amp; Regards<br />
Bhupendra Singh<br />
Sr.Developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-78525</link>
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Fri, 02 Jul 2010 04:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-78525</guid>
		<description><![CDATA[Hi, 
Moving the TempDB to another drive is a good thing, but doesn&#039;t address the root cause of the DB growing quickly. 

Restarting the DB all the time is also not practical when you have a 24/7 system running. 

Thomas George: according to the MS support site, tempDB cannot have its recovery model changed, its always simple.

Shakir: if you set the TempDB to not autogrow, then it will just fill up. Same with setting a maximum size. These ideas do not resolve the problem.

The only way to instantly reduce the size of the tempDB and its log is to restart the SQL service. Do not delete the files, there is no point, restarting the service will create new tempDB &amp; its log file with small size anyway.

The real solution is to find the Root cause of what is causing the tempdb to grow in the first place. Its going to be some queries, or race conditions, or pending transactions. I don&#039;t really know the answer. I am going to try using the profiler on the server to monitor various queries and see how the tempDB grows. I can&#039;t see any other easier way.

Help!]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Moving the TempDB to another drive is a good thing, but doesn&#8217;t address the root cause of the DB growing quickly. </p>
<p>Restarting the DB all the time is also not practical when you have a 24/7 system running. </p>
<p>Thomas George: according to the MS support site, tempDB cannot have its recovery model changed, its always simple.</p>
<p>Shakir: if you set the TempDB to not autogrow, then it will just fill up. Same with setting a maximum size. These ideas do not resolve the problem.</p>
<p>The only way to instantly reduce the size of the tempDB and its log is to restart the SQL service. Do not delete the files, there is no point, restarting the service will create new tempDB &amp; its log file with small size anyway.</p>
<p>The real solution is to find the Root cause of what is causing the tempdb to grow in the first place. Its going to be some queries, or race conditions, or pending transactions. I don&#8217;t really know the answer. I am going to try using the profiler on the server to monitor various queries and see how the tempDB grows. I can&#8217;t see any other easier way.</p>
<p>Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sivan</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-72994</link>
		<dc:creator><![CDATA[Sivan]]></dc:creator>
		<pubDate>Tue, 25 May 2010 09:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-72994</guid>
		<description><![CDATA[Thanks..

Just want I was looking for..]]></description>
		<content:encoded><![CDATA[<p>Thanks..</p>
<p>Just want I was looking for..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AKHILESH MISHRA</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-65127</link>
		<dc:creator><![CDATA[AKHILESH MISHRA]]></dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-65127</guid>
		<description><![CDATA[Hi Pinal,

I have checked the above script to move the temp db data/Log files to another location. It&#039;s working fine.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I have checked the above script to move the temp db data/Log files to another location. It&#8217;s working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shakir</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-63949</link>
		<dc:creator><![CDATA[Shakir]]></dc:creator>
		<pubDate>Mon, 29 Mar 2010 11:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-63949</guid>
		<description><![CDATA[Hi guys!
I have the same issue as many of you guys, the TempDB gets full during a huge insert into and from a temp table.

The problem is solved by either restarting the SQL Server or shrink the tempdb.

BUT :) what happens if I instead deselecting the auto-grow for the tempdb and set the size to a maximum?

If the tempdb reaches the maximum size will it auto delete or shrink?]]></description>
		<content:encoded><![CDATA[<p>Hi guys!<br />
I have the same issue as many of you guys, the TempDB gets full during a huge insert into and from a temp table.</p>
<p>The problem is solved by either restarting the SQL Server or shrink the tempdb.</p>
<p>BUT :) what happens if I instead deselecting the auto-grow for the tempdb and set the size to a maximum?</p>
<p>If the tempdb reaches the maximum size will it auto delete or shrink?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: levi</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-63185</link>
		<dc:creator><![CDATA[levi]]></dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-63185</guid>
		<description><![CDATA[newb with SQL.

is the tempdb the same as the transactional log?
how can i move the transactional logs to a different drive from that used by the database?]]></description>
		<content:encoded><![CDATA[<p>newb with SQL.</p>
<p>is the tempdb the same as the transactional log?<br />
how can i move the transactional logs to a different drive from that used by the database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Llano</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-61595</link>
		<dc:creator><![CDATA[Pablo Llano]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-61595</guid>
		<description><![CDATA[Hello, The tempdb database grows out of control when I run a command EXEC (@ SQL) in a SP in SQL Server 2000.

@ SQL =&#039;&#039;INSERT Table_temp SELECT Column1, column2 ..... FROM table1 INNER JOIN Table 2 ... etc. &quot;.

How can I fix this?

Thanks

   Pablo (Sorry, I&#039;m Chilean and speak only Spanish)


(Hola, La base de datos Tempdb crece sin control cuando ejecuto una instrucción EXEC (@SQL) en un SP en SQL Server 2000.

@SQL = &#039;&#039;INSERT Table_temp SELECT Column1, column2..... FROM table1 inner join Table 2... etc.&quot;

¿Como puedo solucionar esto?

Gracias)]]></description>
		<content:encoded><![CDATA[<p>Hello, The tempdb database grows out of control when I run a command EXEC (@ SQL) in a SP in SQL Server 2000.</p>
<p>@ SQL =&#8221;INSERT Table_temp SELECT Column1, column2 &#8230;.. FROM table1 INNER JOIN Table 2 &#8230; etc. &#8220;.</p>
<p>How can I fix this?</p>
<p>Thanks</p>
<p>   Pablo (Sorry, I&#8217;m Chilean and speak only Spanish)</p>
<p>(Hola, La base de datos Tempdb crece sin control cuando ejecuto una instrucción EXEC (@SQL) en un SP en SQL Server 2000.</p>
<p>@SQL = &#8221;INSERT Table_temp SELECT Column1, column2&#8230;.. FROM table1 inner join Table 2&#8230; etc.&#8221;</p>
<p>¿Como puedo solucionar esto?</p>
<p>Gracias)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad Bakri</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-56690</link>
		<dc:creator><![CDATA[Ahmad Bakri]]></dc:creator>
		<pubDate>Wed, 14 Oct 2009 09:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-56690</guid>
		<description><![CDATA[hi, 
Our ERP system using sql server 2000 and when running huge reports that gives much info. the server processor get 100% from the sql server. 

And this make the application too slow and then the reports take long time to generate. 

Sql server doesn&#039;t give any error but when stop and start the service it goes good till many reports genarated again.

I think i have problem in the tempdb.

Tempdb is auto grow and there is much disk space .about 40GB.

and its size about 200MG. 


Please help ? what to do ? I trying to solve the issue since weeks...????]]></description>
		<content:encoded><![CDATA[<p>hi,<br />
Our ERP system using sql server 2000 and when running huge reports that gives much info. the server processor get 100% from the sql server. </p>
<p>And this make the application too slow and then the reports take long time to generate. </p>
<p>Sql server doesn&#8217;t give any error but when stop and start the service it goes good till many reports genarated again.</p>
<p>I think i have problem in the tempdb.</p>
<p>Tempdb is auto grow and there is much disk space .about 40GB.</p>
<p>and its size about 200MG. </p>
<p>Please help ? what to do ? I trying to solve the issue since weeks&#8230;????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brower</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-55723</link>
		<dc:creator><![CDATA[Steve Brower]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 16:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-55723</guid>
		<description><![CDATA[Joshua, I think that you would first need a program to carve out the space in memory as a dedicated drive. The ones I have found are SuperSpeed&#039;s Ramdisk/Ramdisk Plus(http://www.superspeed.com/servers/ramdisk.php) and QSoft&#039;s Ramdisk (http://members.fortunecity.com/ramdisk/RAMDisk/ramdriv001.htm). 

The Superspeed product is kind of expensive, so I was thinking of using the QSoft software. 

I just ordered the additional memory last week, so I haven&#039;t had a chance to get this setup yet. I can post a follow-up once I&#039;ve gotten my feet wet with this a bit.]]></description>
		<content:encoded><![CDATA[<p>Joshua, I think that you would first need a program to carve out the space in memory as a dedicated drive. The ones I have found are SuperSpeed&#8217;s Ramdisk/Ramdisk Plus(http://www.superspeed.com/servers/ramdisk.php) and QSoft&#8217;s Ramdisk (<a href="http://members.fortunecity.com/ramdisk/RAMDisk/ramdriv001.htm" rel="nofollow">http://members.fortunecity.com/ramdisk/RAMDisk/ramdriv001.htm</a>). </p>
<p>The Superspeed product is kind of expensive, so I was thinking of using the QSoft software. </p>
<p>I just ordered the additional memory last week, so I haven&#8217;t had a chance to get this setup yet. I can post a follow-up once I&#8217;ve gotten my feet wet with this a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brower</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-55721</link>
		<dc:creator><![CDATA[Steve Brower]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 16:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-55721</guid>
		<description><![CDATA[Scratch that last post. I was thinking about ADDING tempdb files, not MOVING them. Sorry for the bad advice, my fingers are working faster than my brain this morning.

In addition to moving tempdb to a ramdrive I was also considering adding 3 additional files since my server is using two quad-core processors.]]></description>
		<content:encoded><![CDATA[<p>Scratch that last post. I was thinking about ADDING tempdb files, not MOVING them. Sorry for the bad advice, my fingers are working faster than my brain this morning.</p>
<p>In addition to moving tempdb to a ramdrive I was also considering adding 3 additional files since my server is using two quad-core processors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshua</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-55720</link>
		<dc:creator><![CDATA[joshua]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 16:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-55720</guid>
		<description><![CDATA[thanks for the info but i tried it, it doesn&#039;t have the button where i can click and point to where the location i want to... please tell me too how to move the tempdb to ramdrive or memory i have 26GB memory installed in my server...

thanks...]]></description>
		<content:encoded><![CDATA[<p>thanks for the info but i tried it, it doesn&#8217;t have the button where i can click and point to where the location i want to&#8230; please tell me too how to move the tempdb to ramdrive or memory i have 26GB memory installed in my server&#8230;</p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-55695</link>
		<dc:creator><![CDATA[Joshua]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-55695</guid>
		<description><![CDATA[good day sir, 

how am i going to move the tempdb without using script? i am using mssql server 2005 sp3?

im a rookie in mssql

thanks...]]></description>
		<content:encoded><![CDATA[<p>good day sir, </p>
<p>how am i going to move the tempdb without using script? i am using mssql server 2005 sp3?</p>
<p>im a rookie in mssql</p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VBNet</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-55547</link>
		<dc:creator><![CDATA[VBNet]]></dc:creator>
		<pubDate>Thu, 03 Sep 2009 07:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-55547</guid>
		<description><![CDATA[Thank you very much pinaldave!]]></description>
		<content:encoded><![CDATA[<p>Thank you very much pinaldave!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yousuf Khan</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-54484</link>
		<dc:creator><![CDATA[Yousuf Khan]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-54484</guid>
		<description><![CDATA[* One more technique to recover disk space used by old database on your system


1) Right click one particular database 

2) Select detach

4) Go to folder where that particular database mdf and ldf
files are present

5) delete only the ldf file

6) Right click Databases in object explorer window of Sql server management studio. (Databases) is  present as first item in the tree.

7) Click Attach...

8) Click Add...

9) GO to same database mdf file whose ldf you just deleted
in the locate database files window just opened
after clicking add button.

10) Two row gets just visible one for mdf other for ldf i.e. log file ,--------Click the log file row....2&#039;nd row-----------

11) Click the remove button

12) 2&#039;nd row disappears 

13) Click ok


By following above steps you delete old log files having size in giga bytes .

And allow the system to create a new log file for you of size
less than 600 KB

I have recovered 20 gb disk space by using this technique
on 7 databases]]></description>
		<content:encoded><![CDATA[<p>* One more technique to recover disk space used by old database on your system</p>
<p>1) Right click one particular database </p>
<p>2) Select detach</p>
<p>4) Go to folder where that particular database mdf and ldf<br />
files are present</p>
<p>5) delete only the ldf file</p>
<p>6) Right click Databases in object explorer window of Sql server management studio. (Databases) is  present as first item in the tree.</p>
<p>7) Click Attach&#8230;</p>
<p>8) Click Add&#8230;</p>
<p>9) GO to same database mdf file whose ldf you just deleted<br />
in the locate database files window just opened<br />
after clicking add button.</p>
<p>10) Two row gets just visible one for mdf other for ldf i.e. log file ,&#8212;&#8212;&#8211;Click the log file row&#8230;.2&#8242;nd row&#8212;&#8212;&#8212;&#8211;</p>
<p>11) Click the remove button</p>
<p>12) 2&#8242;nd row disappears </p>
<p>13) Click ok</p>
<p>By following above steps you delete old log files having size in giga bytes .</p>
<p>And allow the system to create a new log file for you of size<br />
less than 600 KB</p>
<p>I have recovered 20 gb disk space by using this technique<br />
on 7 databases</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yousuf Khan</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-54481</link>
		<dc:creator><![CDATA[Yousuf Khan]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-54481</guid>
		<description><![CDATA[1) Open Sql server management studio.

2) Move tembdb to a drive having enough disk space
say d:/ by writing sql script


USE master
GO
ALTER DATABASE TempDB MODIFY FILE
(NAME = tempdev, FILENAME = &#039;d:datatempdb.mdf&#039;)
GO
ALTER DATABASE TempDB MODIFY FILE
(NAME = templog, FILENAME = &#039;d:datatemplog.ldf&#039;)
GO


3) Close  Sql server management studio.

4) Go to location

C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA

5) delete tempdb&#039;s  mdf &amp; ldf files from above location.

6) Open  Sql server management studio.]]></description>
		<content:encoded><![CDATA[<p>1) Open Sql server management studio.</p>
<p>2) Move tembdb to a drive having enough disk space<br />
say d:/ by writing sql script</p>
<p>USE master<br />
GO<br />
ALTER DATABASE TempDB MODIFY FILE<br />
(NAME = tempdev, FILENAME = &#8216;d:datatempdb.mdf&#8217;)<br />
GO<br />
ALTER DATABASE TempDB MODIFY FILE<br />
(NAME = templog, FILENAME = &#8216;d:datatemplog.ldf&#8217;)<br />
GO</p>
<p>3) Close  Sql server management studio.</p>
<p>4) Go to location</p>
<p>C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA</p>
<p>5) delete tempdb&#8217;s  mdf &amp; ldf files from above location.</p>
<p>6) Open  Sql server management studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda Morris</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-53545</link>
		<dc:creator><![CDATA[Amanda Morris]]></dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-53545</guid>
		<description><![CDATA[Hi all,

Yousuf Khan by deleting the files, do you mean removing the actual files called tempdb and templog from in the Data folder? If so would this cause a negative effect on the database ie something would stop working?]]></description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Yousuf Khan by deleting the files, do you mean removing the actual files called tempdb and templog from in the Data folder? If so would this cause a negative effect on the database ie something would stop working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yousuf Khan</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-53042</link>
		<dc:creator><![CDATA[Yousuf Khan]]></dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-53042</guid>
		<description><![CDATA[Hi all,

If you want to regain your disk space tempdb is using
simply stop the MSSQLSERVER Service from the Sql Server Configuration Manager next delete the tempdb mdf &amp; ldf
files from 

C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA

Now restart the MSSQLSERVER Service from the Sql Server Configuration Manager 


your disk space is free]]></description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>If you want to regain your disk space tempdb is using<br />
simply stop the MSSQLSERVER Service from the Sql Server Configuration Manager next delete the tempdb mdf &amp; ldf<br />
files from </p>
<p>C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA</p>
<p>Now restart the MSSQLSERVER Service from the Sql Server Configuration Manager </p>
<p>your disk space is free</p>
]]></content:encoded>
	</item>
</channel>
</rss>

