How to synchronize SQL Server databases on two separate active servers?
I want something similar to mirroring, except the databases on both servers need to be active. Basically, the servers are pulling information into identical databases but need to be in a load balancing arrangement, and if one were to fail the other could pick up the load and have complete and current data. Is there a way to keep databases on two separate servers synchronized without going to a SAN solution? If this is only for failover purposes you could look at using log shipping or if you are running SQL Server 2005, you could look at using database mirroring. If you need to have both databases active all of the time, you would need to use SQL Server replication.
Related Questions
- If my existing SRM 4.0.x databases are installed on separate database servers that are running 32-bit OS versions do I need to upgrade the database server OS to 64-bit as well?
- What are the different ways of moving data/databases between servers and databases in SQL Server?
- Can SQL Server 2005 databases be migrated back to 2000 servers?