join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Managing SQL Server 2000 Transaction Log Growth - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Managing SQL Server 2000 Transaction Log Growth

Last post 07-29-2009 3:14 PM by Credo. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 07-10-2006 12:00 AM

    Managing SQL Server 2000 Transaction Log Growth

    This post is related to this tip: Managing SQL Server 2000 Transaction Log Growth

    http://www.mssqltips.com/tip.asp?tip=950

  • 07-29-2009 3:14 PM In reply to

    • Credo
    • Not Ranked
    • Joined on 07-29-2009
    • Posts 1

    Re: Managing SQL Server 2000 Transaction Log Growth

     Hello,

     

    I just went through the process of shrinking the database transaction log file.  It worked like a charm - Thank you VERY much.

     

    I know it's been a while, but I have a few small questions:

    1) how should I schedule transaction logs to be backed up - my database is accessed/updated VERY frequetnly, so I was thinking about backing up the log about every 30 - 45 minutes.

    2) How do I keep the transaction log on the SQL server small like it is now?  Does backing up the transaction log more frequently keep sizes small?  Should I restrict the file growth of the transaction log to a specific size in the database properties?

     The main reason my log file is growing so quickly is because I'm trying to run a DBCC REINDEX on my largest table, which has never been done.  How can I run that reindex if it keeps growing my log file to insane sizes???

     

    Hopefully someone's still around to read, and help me with this situation.  If so - thanks in advance!

Page 1 of 1 (2 items)