What are the options for asynchronous geo-replication in the Standard Edition of SQL Server 2008R2, 2012 and 2014? We want to make sure that if the primary datacenter gets disabled, that the copy at the secondary datacenter (thousands of miles away) has lost the minimum number of recent transactions. For that reason, we want to use a technology that constantly streams, instead of something that works in chunks, like log shipping. Thank you in advance.
Uncaged