We have sql server 7 database. The tempdb is set to unrestricted growth. During the day I have noticed the tempdb grows to 1 gig very quickly thus slowing the performance down. So I have a sql server job running every four hours to shrink the tempdb. So far I have not noticed any problems. But from the articles I have read on sql server knowledge base as well as here the shrink tempdb job should be run during the slow time or offpeak hours. Is this true for sql server7. If so any suggestions on how to fix my problem of tempdb filling up too fast.
Thanks in advance
Thanks in advance