Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have been working in VB6 to VB.NET migration project.In VB6 project they have individual databases(access db .mdb) for every user now we made that to Centralized database SQL SERVER.


In old application we have a MasterDB.mdb which is in sync with the local.mdb.Some times we need to sync with both the users of local.mdb. After a particular interval of time we need to sync with the MasterDB.mdb.



We need to do this in SQL Server .So ,I have a done more analysis related to SQL Server.I read a MSDN forums and many articles related to replication in SQL Server(Related Scenario).I think Merge replication matches to my requirement. Can anyone suggest whether I have chosen the correct replication? Do we have any environment changes to set up this replication?
Posted
Comments
CHill60 12-Mar-13 18:28pm    
If you have a centralized database - be it SQL Server or anything else - why would you need to replicate? Or will the users be using local databases whilst not connected to the centralized database?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900