join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
About Transaction Log - MSSQLTips

MSSQLTips

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

About Transaction Log

Last post 06-29-2009 9:57 AM by sourav_tech. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-20-2009 7:32 AM

    About Transaction Log

    Hi there,

    I want to know that will there be any improvement in performance when the log file size  is large. 

  • 06-29-2009 9:57 AM In reply to

    Re: About Transaction Log

    Why do you need a large T-Log file? Do your database frequently have huge transaction, like insert\update\delete?

    If not, the T-Log should have an optimum size.

    Now, if your T-Log reaches the maximum then u can shrink the T-Log by having any of the below methods/::

    1. Taking frequent T-log backups.

    2. run DBCC Shrinkfile to reduce the file size.

     

    Also u can attach more log files if required.

     

    Regards

    Sourav 

     

Page 1 of 1 (2 items)