Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Transaction Logs not Truncating

    Hi, You Can use this Stored Procedure for replicated Database or otherwise Database. In your case is necessary Add Schedule Job to execute.

    use MyDataBase

    go

    dbcc shrinkfile ('MyDataBase_log',emptyfile)

    go

    CREATE PROCEDURE TRANSACTION_LOG_SHRINK

    AS...

Viewing post 1 (of 1 total)