The case:
An imagined scenario: The disk controller on production line 1's server fails. Currently, the following will happen:
So we have discussed options. A colleague has suggested the following:
I do not have experience with replication. Is replication a viable solution to the problem described above? Important things to remember when setting up replication? Other suggestions?
If you're using SQL2005 or 2008 you could consider synchronous database mirroring between your two servers, with a third server acting as witness which handles automatic fail-over. This is known as "High safety without automatic fail-over"
http://msdn.microsoft.com/en-us/library/ms189852.aspx
http://technet.microsoft.com/en-us/library/cc917713.aspx
Or if you can use shared storage between your servers you could consider an active/passive windows cluster.