I have a sql database with the main data on it.
Also I have the same db running on local machine.
What I need that my user in the end of the day will update the main db with his local data.
Is there an easy way to do it? Or should I using "select" and then update?
Any ideas?
Assaf