﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administration / SQL Server 7,2000  / TempDB / 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>Tue, 18 Jun 2013 19:18:08 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: TempDB</title><link>http://www.sqlservercentral.com/Forums/Topic688031-5-1.aspx</link><description>I'm with Gail, don't put staging tables in there.Create another filegroup on a new disk, or a new database to hold staging data. Tempdb is for temp working space that SQL needs, not you.</description><pubDate>Wed, 01 Apr 2009 09:35:03 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: TempDB</title><link>http://www.sqlservercentral.com/Forums/Topic688031-5-1.aspx</link><description>[quote][b]pedro.ribeiro (4/1/2009)[/b][hr]Hi masters,     I'm thinking in putting some staging tables on tempdb.This are empty tables that receive some data from a bulk insert and then i make same validations to this data and insert it on my real tables on my user databases.[/quote]Don't. TempDB is for temp tables and other temporary objects. Either create a staging database and put your tables in there or put them in the same database as the final tables are in.</description><pubDate>Wed, 01 Apr 2009 09:30:52 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: TempDB</title><link>http://www.sqlservercentral.com/Forums/Topic688031-5-1.aspx</link><description>this is supposing you have the files of tempdb on the same disc conditions as the user databases.</description><pubDate>Wed, 01 Apr 2009 09:24:24 GMT</pubDate><dc:creator>pedro.ribeiro</dc:creator></item><item><title>RE: TempDB</title><link>http://www.sqlservercentral.com/Forums/Topic688031-5-1.aspx</link><description>[quote][b]pedro.ribeiro (4/1/2009)[/b][hr]1) TempDB is all reconstructed every time the server (SQL Server) Starts, correct?[/quote]Correct[quote]2) If the answer to the first question, is yes, this means that the stating tables that i have created the last time on tempdb , now (that the server restarted) are lost and i have to create them again. Correct?[/quote]Correct[quote]Do you know if you lose perfomance when inserting (from a bulk_insert) data to a staging table on a tempdb  Vs on a staging table in a user db?[/quote]Humm.. I am not so sure but may be it depends on your disk configuration? not sure though</description><pubDate>Wed, 01 Apr 2009 09:16:25 GMT</pubDate><dc:creator>maechismo_8514</dc:creator></item><item><title>TempDB</title><link>http://www.sqlservercentral.com/Forums/Topic688031-5-1.aspx</link><description>Hi masters,     I'm thinking in putting some staging tables on tempdb.This are empty tables that receive some data from a bulk insert and then i make same validations to this data and insert it on my real tables on my user databases.I have some question about tempdb, maybe you can help me.1) TempDB is all reconstructed every time the server (SQL Server) Starts, correct?2) If the answer to the first question, is yes, this means that the stating tables that i have created the last time on tempdb , now (that the server restarted) are lost and i have to create them again. Correct?Do you know if you lose perfomance when inserting (from a bulk_insert) data to a staging table on a tempdb  Vs on a staging table in a user db?tks,   Pedro</description><pubDate>Wed, 01 Apr 2009 08:56:58 GMT</pubDate><dc:creator>pedro.ribeiro</dc:creator></item></channel></rss>