Hi,
I am using MS SQL Server 2008 R2 Standard Edition 32-bit, which is installed on a 64-bit Windows Server 2008 R2. My inquiry is related to the "tempdb" database.
1) What is the best practice to manage the "tempdb" database because it keeps on growing?
2) This question is more specific about the "tempdb" database. Below is the description of an error message I receive. What are the recommended steps to solve such a problem:
DESCRIPTION: Insufficient space in tempdb to hold row versions. Need to shrink the version store to free up some space in tempdb. Transaction (id=68137015 xsn=12159 spid=108 elapsed_time=226970) has been marked as victim and it will be rolled back if it accesses the version store. If the problem persists, the likely cause is improperly sized tempdb or long running transactions. Please refer to BOL on how to configure tempdb for versioning.
Thank you!