Log Shipping By Abi Chapagai (Revised)
Jul 29
Log Shipping By Abi Chapagai (Revised) In SQL Server, transaction log provides an ability to recover a database to a point in time. Log shipping is a process of copying the transaction log back up from a source server to a destination server and restore on the destination server. The main objective of implementing log shipping is to maintain two SQL Server...
Read More
Recent Comments