SQL Server Error Code – 3967 insufficient space in tempdb to hold row

In this blog post, you’ll learn more about the SQL Server Error Code 3967 and the error message description that is shown

SQL Server Error Code

3967

SQL Server Error Description for the Code :3967

Insufficient space in tempdb to hold row versions.? Need to shrink the version store to free up some space in tempdb. Transaction (id=%I64d xsn=%I64d spid=%d elapsed_time=%d) 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.

Leave Your Comment