|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 6:31 AM
Points: 186,
Visits: 946
|
|
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
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:18 PM
Points: 38,062,
Visits: 30,359
|
|
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 2008, MVP 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
|
|
|
|