Microsoft Knowledge Base Email Alertz

Describes the steps that you must follow to reduce the transaction log file size when the transaction log becomes full and cannot grow any more. Lists the options that you can use to stop the transaction log file from unexpectedly growing.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 873235 - Last Review: May 21, 2012 - Revision: 9.1

Recover from a full transaction log in a SQL Server database

If you are a Small Business customer, find additional troubleshooting and learning resources at the Support for Small Business (http://smallbusiness.support.microsoft.com) site.

INTRODUCTION

Full transaction logs can make your Microsoft SQL Server database unusable. This article describes how to truncate and shrink the transaction logs when they grow too large. This article also describes how to prevent the transaction logs from growing unexpectedly.

MORE INFORMATION

Step one: Reduce the transaction log size

Step two: Truncate the inactive transactions in your transaction log

Step three: Shrink the transaction log file

Step four: Prevent the transaction log files from growing unexpectedly

More information about transaction log files

More Resources

For more information about how to reduce the transaction log size, visit the following Microsoft websites:


REFERENCES

For more information about troubleshooting the additional disk space requirement during the recovery process, see the "Insufficient disk space" topic in SQL Server Books Online. For more information about the transaction log architecture, see the following topics in SQL Server Books Online:
  • Transaction log architecture
  • Transaction log logical architecture
  • Transaction log physical architecture
For more information about the recovery models in SQL Server 2000, see the following topics in SQL Server Books Online:
  • Selecting a recovery model
  • Simple recovery
  • Full recovery
  • Bulk-logged recovery
  • Switching recovery models


APPLIES TO
  • Microsoft SQL Server 2000 Standard Edition
  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Developer Edition
  • Microsoft SQL Server 2005 Enterprise Edition
  • Microsoft SQL Server 2005 Express Edition
  • Microsoft SQL Server 2005 Workgroup Edition
Keywords: 
kbsqlsetup kbdiskmemory kbdisasterrec kbhowto kbconfig kbinfo kbcip KB873235
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Anonymous User Report As Irrelevant  
Written: 1/31/2006 7:52 AM
Complete and useful article. I have experienced this kind of problem several times, and it really works. Worth the reading.