﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / Tempdb and disk / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 22:06:32 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Tempdb and disk</title><link>http://www.sqlservercentral.com/Forums/Topic1409257-1550-1.aspx</link><description>as you will know Tempdb is a special db, available and used by everyone in the instance.General usage of tempdb: [url]http://msdn.microsoft.com/en-us/library/ms190768.aspx[/url]Great post by Gail Shaw which highlights indexing and how operations spill data to tempdb[url]http://sqlinthewild.co.za/index.php/2011/11/07/sql-university-advanced-indexing-sorting-and-grouping/[/url]another nice usage article : [url]http://www.databasejournal.com/features/mssql/tempdb-space-usage-in-sql-server.html[/url]</description><pubDate>Mon, 21 Jan 2013 01:50:14 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>RE: Tempdb and disk</title><link>http://www.sqlservercentral.com/Forums/Topic1409257-1550-1.aspx</link><description>[quote]We don't usually do the manul checkpoint command. SO what else make it to write to disk and cause tempdb space grow?Thanks[/quote]As I wrote in the previous message - Lazywriter will also write TempDB's data to the disk.Adi</description><pubDate>Sun, 20 Jan 2013 22:34:52 GMT</pubDate><dc:creator>Adi Cohn-120898</dc:creator></item><item><title>RE: Tempdb and disk</title><link>http://www.sqlservercentral.com/Forums/Topic1409257-1550-1.aspx</link><description>[quote][b]Adi Cohn-120898 (1/20/2013)[/b][hr]The automatic checkpoint that SQL Server issues is not the only mechanism that writes the data into the disk.  If you issue manual checkpoint command, it will write the TempDB's data to the disk.  When Lazywriter writes the data to the disk it will also write the TempDB's data.  Adi[/quote]We don't usually do the manul checkpoint command. SO what else make it to write to disk and cause tempdb space grow?Thanks</description><pubDate>Sun, 20 Jan 2013 17:31:32 GMT</pubDate><dc:creator>sqlfriends</dc:creator></item><item><title>RE: Tempdb and disk</title><link>http://www.sqlservercentral.com/Forums/Topic1409257-1550-1.aspx</link><description>[quote][b]ALZDBA (1/20/2013)[/b][hr]it will write tempdb stuff to disk all right, it's just not at checkpoint time, like with regular db.Why: tempdb is re-created every time SQLServer is started, so there is no need with respect to recovery of db.(which is the need with regular db)[/quote]I understand the Why: statement above you mentioned,But i am not sure what it means: when you say it will wirte tempdb stuff to disk all right.</description><pubDate>Sun, 20 Jan 2013 17:29:44 GMT</pubDate><dc:creator>sqlfriends</dc:creator></item><item><title>RE: Tempdb and disk</title><link>http://www.sqlservercentral.com/Forums/Topic1409257-1550-1.aspx</link><description>The automatic checkpoint that SQL Server issues is not the only mechanism that writes the data into the disk.  If you issue manual checkpoint command, it will write the TempDB's data to the disk.  When Lazywriter writes the data to the disk it will also write the TempDB's data.  Adi</description><pubDate>Sun, 20 Jan 2013 08:21:18 GMT</pubDate><dc:creator>Adi Cohn-120898</dc:creator></item><item><title>RE: Tempdb and disk</title><link>http://www.sqlservercentral.com/Forums/Topic1409257-1550-1.aspx</link><description>it will write tempdb stuff to disk all right, it's just not at checkpoint time, like with regular db.Why: tempdb is re-created every time SQLServer is started, so there is no need with respect to recovery of db.(which is the need with regular db)</description><pubDate>Sun, 20 Jan 2013 06:28:43 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>Tempdb and disk</title><link>http://www.sqlservercentral.com/Forums/Topic1409257-1550-1.aspx</link><description>I am reading a tutorial of Randal Paul that says, Checkpoints don't flush tempdb data to disk. Log records are not flushed to disk on transaction commit. Tempdb data pages and log buffers are not written to disk.But how can I explain our tempdb .mdf and PDF files keep getting bigger.Thanks</description><pubDate>Sat, 19 Jan 2013 23:20:57 GMT</pubDate><dc:creator>sqlfriends</dc:creator></item></channel></rss>