I have 3 production databases of size > 300 GB, 3 tables(< 3 million) in each databases are considered as very critical financial tables, How do I set up a DR plan for this? Am using Sql 2008 enterprise(Source and destination).
If i plan for log shipping, I have to ship the logs for entire database so sometimes it causes more latency considering network and log file size..
If i do Tran-replication, I can not do snapshot as there should be 0 zero downtime on prod server.
If i go for initialize from backup space is a big concern, 900Gb of space is wasted in subscriber.
If i go for mirroring the log file grows when mirroring fails, so technically we avoid mirroring in our environment as transaction is high.
Please suggest me a option for this, My goal is 0 downtime and less space.. But latency between source and destination should be less than 1-2 mins.
Thanks
If i plan for log shipping, I have to ship the logs for entire database so sometimes it causes more latency considering network and log file size..
If i do Tran-replication, I can not do snapshot as there should be 0 zero downtime on prod server.
If i go for initialize from backup space is a big concern, 900Gb of space is wasted in subscriber.
If i go for mirroring the log file grows when mirroring fails, so technically we avoid mirroring in our environment as transaction is high.
Please suggest me a option for this, My goal is 0 downtime and less space.. But latency between source and destination should be less than 1-2 mins.
Thanks
Best Regards Moug