InterviewSolution
Saved Bookmarks
| 1. |
How log shipping works? |
|
Answer» Log shipping is a Microsoft SQL Server DR solution from the very beginning. In Log Shipping, BACKUP and restores of a database from one Server to another standby server happens automatically. Log Shipping works with 3 mandatory & 1 optional Job.
These 3 jobs are created separately for each database CONFIGURED in log shipping. |
|