truncating transaction log files

  • Hi guys

    I just want to find out if running dbcc shrinkfile and backup log is transparent to users. So I don't need to wait for out of office hours to run this processes.

    cheers...

  • Backup log should be however, I think that DBCC SHRINKFILE will be noticed as this may prevent new records from being written to the log while it is running.

     



    Good Hunting!

    AJ Ahrens


    webmaster@kritter.net

  • cheers for your reply i actually sorted the logs by just running dbcc shrinkfile and didn't need to backup the logs...

  • To Truncate the Logs :

    Backup Log [DB_Name] with truncate_only

    Thanks and Regards,

    sadha

  • hi

    And then shrink the file if the log file size is very large using dbcc shrinkfile o in sql 2000 throught EM

     

    .

    JR

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply