Is there an expected size of tempDB for a Data Warehouse application. Is 10 gigs excessive? It's hit by frequent large queries. The Data Warehouse itself is 50 gigs.

I'm using SQL Server 2000

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

That doesn't seem terribly out of line. If it's a problem, have you looked at your worst performing queries or your queries that use the most tempdb?

SQL Server 2000 doesn't have as many useful tools to monitor this as later versions have with DMVs etc, but you can use the profiler

http://sqlserver2000.databases.aspfaq.com/why-is-tempdb-full-and-how-can-i-prevent-this-from-happening.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.