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
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
精彩评论