QUESTION POSED ON: 07 July 2005
I'm running SQL Server 2000 and using log shipping to create a standby server with five databases as a DR failover. The five databases need to remain in sync in order for the application to open and operate properly.
It seems that with log shipping (set to one minute intervals) I could still have, say, three out of the five databases ship their 2:05 log before a failure, which would leave the other two databases sitting at 2:04. This would basically leave the system out of sync. Am I missing something in the setup?
|