Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: setting up a job to truncate the log file

    Hi,

    I've been using the following to reduce the size of the log.

    CHECKPOINT

    GO

    BACKUP LOG <log_name> WITH TRUNCATE_ONLY

    GO

    DBCC SHRINKFILE(2)

    Go

     

    The problem is that I need to do this for every log. Does anyone knows...

Viewing post 1 (of 1 total)