1

I have a SQL Server 2005 instance and I got an error saying:

The transaction log for database 'tempdb' is full

Is it wise to shrink tempdb transaction log or give it more free space from the disk? How do you usually monitor or operate the transaction log of the tempdb?

1 Answer 1

1

Preallocating based on expected usage and options (how much temp tables, sorting in tempdb on/off, rowversion based isolation level on/off, etc.) is fine.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.