Home Forums SQL Server 7,2000 General how to make use of tempdb in sql server 2000 RE: how to make use of tempdb in sql server 2000

  • It's used for temp tables, table variables, sort and hash spills (which you generally don't want because they're slower than hash/sort done in memory) and for work tables which the query processor may need.

    There's not all that much monitoring of it possible in SQL 2000, the DMVs were only added in SQL 2005.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass