In Oracle I can sneaker-net ArchiveLogs to Dataguard 2nd to apply Redo if disconnected. Is similar possible with T-log bkps in SQL? #sqlhelp
2
0
0
0
0
Looks like this may work - brentozar.com/archive/2014/0… Thanks for reading, I wanted to get the question out while I was searching #sqlhelp
@SQLPhilosopher Yep. In SQL Server, it's called log shipping (automated) or just restoring the log backups (manual). #sqlhelp