Dear Members,
I have a WebService (returns a dataset) method to Get the data from Remote server .
Now I have WindowsService , that will use that WebService to Get the data
from the Remote Server and will insert those data to the local system database table.
As I have the table and also that table contains data that is present in local system.
So, how to insert those bulk data at one time to local system database, as the WindowsService calls the WebService in every 20 seconds.
What should i do in this case.Any advice would be greatly appreciated.
Thanks & Regards.
Soumya