Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am developing the Billing Software using C#. I have stored the data in the local Sql server
database. I need a data will synchronize with online database.

I need a solution either in the following points or give your own solution to this

1. Data will sync with online when particular interval time.
2. whole database will sync with online after end of the day


Thanks & Regards

Justin Diraviam
Posted

 
Share this answer
 
IF you want to do this programatically from your application you might want to consider MS Sync Framework.

Otherwise you might consider third party commertial tools such as ApexSQL Diff or basically any other comparison tool that supports CLI.

It's important that tool has some kind of command line interface (CLI) so you can automate the process and schedule it to run at certain times.
 
Share this answer
 

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