This might be a duplicate but I couldn't find appropriate solution,
Server:
Client
Requirements
I've few common tables in the server and in the client with same table name and same column names.
My task is to delete the data from the client tables and copy the data from the server tables by calling it through my WPF application.
Possible Solutions
Are there any better solutions to achieve this Sync functionality?