Hi Team,
We are using SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64) Enterprise Edition (64-bit) on Windows NT 6.1 Service Pack 1.We have one production database on this server which size is around 697 GB (Data File = 488 , Log File = 208).
We are facing some issue with TempDb , we are getting “ Event ID = 9002 : The transaction log for database 'tempdb' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases” this type of error on daily basis. Our Tempdb log file is getting full most of the time in a day.
Please tell me how we can resolve this issue permanently?
What is the best practices for TempDb management?