shrinking log file

  • What are the ways to shrink the log file in a replicated datbase (database is in replication )

  • Same way you'd shrink a log in a non-relicated database. DBCC ShrinkFile.

    Same comments as always when shrinking a log. Don't unless the log has grown due to some unusual operation and it won't be needed at that size again.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 2 (of 2 total)

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