Forum Moderators: open
The problem is how do we keep the databases on both machines up to date. We have several ideas, but no clear direction to take.
Any suggestions?
The cheapest solution is to use log shipping (available with Sql Svr 2k), which sends the transaction logs to another warm server, and will lag your production server by a few minutes/hours.
Finally, you can use replication, which I personally don't like that much because it junks up your server with lots of GUIDs.
I like the sound of clustering I think that I understand what it is. Could you point me in the direction of more information on this topic.
Thanks in advance for your help