We have a large SQL server 2008 database (full recovery mode) replicated to another server using transactional replication.
The transactions log file is growing due to the amount of transactions we have. The current size is about 300 GB.
I tried to shrink the log file after full and log backups but the size is still considered too large.
Is there any way I can truncate the log file without affecting the replication?
Thanks