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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
https://web.archive.org/web/20080509095429/http://sqlserver2000.databases.aspfaq.com:80/why-is-tempdb-full-and-how-can-i-prevent-this-from-happening.html