**One of my client do not want any change in existing SQL Server 2008, which has 42 Databases (around 70 GB total size) and all databases are in simple recovery mode.

I need to replicate data for Disaster Recovery in same scenario. The acceptable downtime with data loss is 30 minuets. How can i do this, plz help.. !**

有帮助吗?

解决方案

  • Switch to Full recovery mode and implement log shipping
  • Implement mirroring
  • If neither is practical, do full backups nightly, and differential backups every 30 minutes, ship them to your standby.

No matter what solution you go with, test the recovery process to make sure it meats the RTO, and make sure your SQL servers are licensed properly.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top