<?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>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Fri, 20 Nov 2009 20:17:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>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>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>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>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>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>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>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>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>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>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>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>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>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>* 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>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>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>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>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>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>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>
	<item>
		<title>By: DaViD</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-49575</link>
		<dc:creator>DaViD</dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-49575</guid>
		<description>Hi Pinal,

Same problem - been throwing resources at it like crazy.  Current config: SQL2008 64-bit, 250GB of TEMPDB across 2 drives, 24 cores, but I still keep filling tempDB... by Database isnt even that big.  What could I be doing wrong?

Thankyou</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Same problem &#8211; been throwing resources at it like crazy.  Current config: SQL2008 64-bit, 250GB of TEMPDB across 2 drives, 24 cores, but I still keep filling tempDB&#8230; by Database isnt even that big.  What could I be doing wrong?</p>
<p>Thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipin</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-47516</link>
		<dc:creator>Vipin</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-47516</guid>
		<description>Hi all,

I am new in SqlServer.My application is running on sqlserver2000 with Windows2003 platform.I have some performance issue with my application.I know this is because of using many temporary table.Now we are not able to change the code of application.
Is it an solution to increasing the size of tempdb.If yes,How can we traced out the actual root cause of increasing tempdb size.Any script for that purpose would be appreciated.Also guide me how can I add datafile with the existing tempdb.

Thanks in advance

Vipin</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am new in SqlServer.My application is running on sqlserver2000 with Windows2003 platform.I have some performance issue with my application.I know this is because of using many temporary table.Now we are not able to change the code of application.<br />
Is it an solution to increasing the size of tempdb.If yes,How can we traced out the actual root cause of increasing tempdb size.Any script for that purpose would be appreciated.Also guide me how can I add datafile with the existing tempdb.</p>
<p>Thanks in advance</p>
<p>Vipin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-47189</link>
		<dc:creator>SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-47189</guid>
		<description>[...] SQL SERVER - TempDB is Full. Move TempDB from one drive to another drive [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; TempDB is Full. Move TempDB from one drive to another drive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas George</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-45998</link>
		<dc:creator>Thomas George</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-45998</guid>
		<description>Hi,

I have SQL server 2000 enterprise installed. 
The size of the tempdb mdf is 982mb and tempdb log 16mb.
There was enough space and the options are already set as you suggested. 
Still it was giving the same message and not growing above this size. 
The recovery model of my tempdb is SIMPLE and I was not able to set it to FULL.
Finally I tried explicitly setting the size of tempdb log to 100mb.
Then it simply worked.

My question is is there any limit for the size of this log file?
Why I am not able to change the recovery model of tempdb ?

thanks &amp; regards

Thomas George</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have SQL server 2000 enterprise installed.<br />
The size of the tempdb mdf is 982mb and tempdb log 16mb.<br />
There was enough space and the options are already set as you suggested.<br />
Still it was giving the same message and not growing above this size.<br />
The recovery model of my tempdb is SIMPLE and I was not able to set it to FULL.<br />
Finally I tried explicitly setting the size of tempdb log to 100mb.<br />
Then it simply worked.</p>
<p>My question is is there any limit for the size of this log file?<br />
Why I am not able to change the recovery model of tempdb ?</p>
<p>thanks &amp; regards</p>
<p>Thomas George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-43146</link>
		<dc:creator>Venu</dc:creator>
		<pubDate>Tue, 23 Sep 2008 07:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-43146</guid>
		<description>Just restart the sql service. The temp mdf and ldf will get recreated and the size will be reduced automatically.</description>
		<content:encoded><![CDATA[<p>Just restart the sql service. The temp mdf and ldf will get recreated and the size will be reduced automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-40821</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Sat, 26 Jul 2008 04:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-40821</guid>
		<description>@Priti 

Right click database -&gt; all task -&gt; detach. 

once you detach you cannot see that database any more in the database list. 

move .mdf and .ldf files of the database you just detached from old location ( c:\drive) to new location (d:\drive).

now go to server again, right click on databases -&gt; attach ,select the new location of the files. click ok, 

Your database is ready and now the database files are in new d drive.

Hope this helps.

Thanks,
Imran.</description>
		<content:encoded><![CDATA[<p>@Priti </p>
<p>Right click database -&gt; all task -&gt; detach. </p>
<p>once you detach you cannot see that database any more in the database list. </p>
<p>move .mdf and .ldf files of the database you just detached from old location ( c:\drive) to new location (d:\drive).</p>
<p>now go to server again, right click on databases -&gt; attach ,select the new location of the files. click ok, </p>
<p>Your database is ready and now the database files are in new d drive.</p>
<p>Hope this helps.</p>
<p>Thanks,<br />
Imran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-40819</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 26 Jul 2008 00:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-40819</guid>
		<description>this is a cool sql server site.</description>
		<content:encoded><![CDATA[<p>this is a cool sql server site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priti</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-40811</link>
		<dc:creator>Priti</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-40811</guid>
		<description>Hi Pinal,
I&#039;m newbie SQLServer DBA.

I like your website, articles, blog.... everything.

I have a quick question:
How to move a database from c:\ drive to d:\drive?

Would you please guide me.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I&#8217;m newbie SQLServer DBA.</p>
<p>I like your website, articles, blog&#8230;. everything.</p>
<p>I have a quick question:<br />
How to move a database from c:\ drive to d:\drive?</p>
<p>Would you please guide me.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-40349</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Thu, 17 Jul 2008 03:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-40349</guid>
		<description>the answer may lie with in your application it is not uncommon for developers to use temporary tables and depending on the skill level these queries may not be written well which may cause the temp db to ballon</description>
		<content:encoded><![CDATA[<p>the answer may lie with in your application it is not uncommon for developers to use temporary tables and depending on the skill level these queries may not be written well which may cause the temp db to ballon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikram</title>
		<link>http://blog.sqlauthority.com/2007/04/01/sql-server-tempdb-is-full-move-tempdb-from-one-drive-to-another-drive/#comment-39147</link>
		<dc:creator>vikram</dc:creator>
		<pubDate>Wed, 11 Jun 2008 00:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/01/tempdb-full-move-tempdb-from-one-drive-to-another-drive/#comment-39147</guid>
		<description>On once server, tempdb always get&#039;s full ..close to 65GB  and get&#039;s the drive full...We have to restart the sql server to flush it and tempdb files gets reduced to about 2-3 GB ..

I want to find out why this happens each week. How to troubleshoot..?</description>
		<content:encoded><![CDATA[<p>On once server, tempdb always get&#8217;s full ..close to 65GB  and get&#8217;s the drive full&#8230;We have to restart the sql server to flush it and tempdb files gets reduced to about 2-3 GB ..</p>
<p>I want to find out why this happens each week. How to troubleshoot..?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
