Setting up, reconfiguring, and monitoring log shipping
Log shipping increases a SQL Server database's availability by automatically copying and restoring the database's transaction logs to another database on a standby server. Because the standby database receives all changes to the original database, it's an exact duplicate of the original databaseout of date only by the delay in the copy-and-load process. You then have the ability to make the standby server a ne...