Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing Data to multiple DB servers

Status
Not open for further replies.

Eddiefdz

IS-IT--Management
Mar 20, 2002
273
US
Hello,

I would like to know if there is anyone out there doing the following. Is anyone writing data to 2 different db servers and then having those servers keep the data synched between themselves. Essentially my problem is that i have too many users hitting a single box, I would like to load balance but my problem is that the boxes may not be at the same location so I may have to load balance over wan. Can anyone shed some light on the subject?

Thanks.

Eddie Fernandez
CCNA, Network+, A+, MCP
 
I have been looking into this for awhile now. Load balancing databases is not an easy task. If this is SQL 2005 you could use peer to peer replication. If it is sql 2000 you can use merge replication. You could also set up a Federated database.(Not recomemded!) What ever you choose it will not be easy to maintaine. for example how are you going to handle conflicts in the data. I have come to the conclusion that my best option was to purchase a single server that could handle the load. We put in with the following config 64bit, 8CPU, 12gb RAM RAID 10 SAN. If your server load is realy large then look into datacenter.

- Paul
- Database performance looks fine, it must be the Network!
 
I do have all my servers at a datacenter. My problem is that we now need a second datacenter on the west coast. We need to have major redundancy. I currently have a SQL Cluster but I need to figure out a way to get the data synced over the WAN.

Eddie Fernandez
CCNA, Network+, A+, MCP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top