I have to implement the merge replication for the retail POS software. Right now I am doing the research and study work of Merge Replication in the scenario of POS ( url ). What i want to ask is, how much time complexity is typically involved to implement it completely (for consumer POS). Can someone give me a rough idea. Any precautions and nice reading materials (step-by-step implementation process) would be great.
cheers
Its difficult to predict complexity without more information on the complexity of the data model and the number of subscribers. However replication requires a lot of maintenance and monitoring and when something goes wrong (which it quite often does) it can consume weeks of time.
Suggest you get a book on SQL Server Replication i can recommend "Pro SQL Server 2005 Replication" by "Sujoy P. Paul
Martin
|||thanks martin!can anyone tell me the link to find the sample merge replication implementations w/ sql server05 standard ed.. I have got its sample for mobile devices but thats not what i required.
No comments:
Post a Comment