Groups | Blog | Home
all groups > sql server clustering > september 2006 >

sql server clustering : Network Load Balancing and SQL 2000 Synchronization


TONY_ZAR
9/13/2006 9:16:02 AM
Hi
I am settingup 2 servers with Network load balancing and wanted to know how
can I make the SQL databases to Synchronize between my 2 servers is it even
possible and if yes how?
Thanks

--
TONY_ZAR
9/13/2006 10:23:02 AM
Hi
But the replication will replicate the database between 2 servers yes?
and if yes how can I do it?
thanks again
--
Tony Zarafshar


[quoted text, click to view]
Arnie Rowland
9/13/2006 10:41:38 AM
Check in Books Online for 'Replication'.

Try this link for Microsoft's operations 'book' that includes sections on
Replication:

http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/sqlhalp.mspx

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


[quoted text, click to view]

Rodney R. Fournier [MVP]
9/13/2006 11:21:54 AM
Simply not possible. You can do log shipping and replication, but it is not
load balancing.

Cheers,

Rodney R. Fournier

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training
ClusterHelp.com is a Microsoft Certified Gold Partner


[quoted text, click to view]

Hilary Cotter
9/13/2006 3:47:34 PM
Use bi-directional transactional replication in any version of SQL Server
(not MSDE or Express or Everywhere) or peer to peer in SQL 2005 EE.

Log shipping won't work as one server will be in recovery mode while the
logs are being restored.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button