Transactio log growth

  • hello experts,

    i have a scnerio in one of my production server, one table is very highly transactional (inserts and deletion of rows very high) because of this T-log grows till 20 GB in 10 mins, now clients requirement is to keep transactional log backup of database one day atleast, but we do not have sufficient space on server so restricted log file growth till 20 GB. as i asked my client he doesnt require T-log of that table but others are required, is there any way to set loggin in T-log except that table or any other workarounds are appreciable.

    please reply

    thank you so much

  • Move that table to a different database, set that DB to simple recovery. Logging cannot be disabled for an object.

    Get more drive space (optimal)

    Don't restrict your log file. When it fills up, the DB will go read only and all write operations will fail.

    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 1 (of 1 total)

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