Hi,
What is the difference between log shipping in Full Recovery mode and Bulk Logged Recovery mode?
The aim for me, is to keep the size of transaction logs which we ship to a minimal size. I am not so bothered about using the transaction log files for recovery. need to keep the stand-by database in sync - in terms of data and in the way of index fragmentation.
I have read that:
...."During defragging/indexing/re-indexing operations, the transaction log's backup files can become very large. To keep the size of the transaction logs to a minimum, you can switch between full and bulk logged recovery models (bulk logged operations minimally log indexing operations)."
thanks,