in reply to (OT) question about clustering
++ to JavaFan for his answer. Instead of clustering you might check whether your database can do replication. You have more than one database and each has the same data (but beware, maybe MS calls replication database clustering).
Ideally you can split the workload evenly between those databases, otherwise you also need a load balancer to distribute the load. Google for sql load balancing and you'll find some microsoft pages with more info.
Disclaimer: I'm speaking generally, I have no experience at all with SQL Server.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: (OT) question about clustering
by JavaFan (Canon) on Oct 01, 2008 at 23:26 UTC |