Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to replicate the SQL Server 2008 Express Edition database using vb.net.
The requirement is like I have different branches where they will work offline.
Meanwhile at the server there will be data entry.
At the end of the day I want to replicate all the data from the branches into a server.
Can any one help me in doing so?

Waiting eagerly to hear from you all.

Thanks in Advance.
Posted
Updated 7-Nov-10 21:31pm
v2
Comments
Dalek Dave 8-Nov-10 3:31am    
Edited for Grammar and Readability.

1 solution

Sql server 2008 express can only be a subscriber, which means that you will need Sql server 2008 enterprise edition to act as a publisher. See this: http://msdn.microsoft.com/en-us/sync/default.aspx, I think it is helpful.
 
Share this answer
 
Comments
Jagdish.rkl 8-Nov-10 8:41am    
Hello

Thank you for the link. this is helpful for me but didn't solved my problem. my problem is that i have to do it from by front end i.e. vb.net application. so how can i do it?

Thanks Once again in advance

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