How To Sync A Database That Exists In Various (not Networked) Sql Server 2005 Instances
I am working on a database application that runs on various independent servers. Each server runs an Instance of SQL Server 2005 with the same database. We would have a Master Ser
Solution 1:
MS SQL Integration Services may help:
http://www.microsoft.com/sql/technologies/integration/default.mspx
Solution 2:
Also check for database replication. Check the Master-Remote part too.
Post a Comment for "How To Sync A Database That Exists In Various (not Networked) Sql Server 2005 Instances"