0

Below problem I searched in "Stack Overflow" but don't get relevant information...

I am using .Net(C#) and SqlServer2008. My problem is below:

  1. I have a remote Database by name 'RemoteDB' that have a table by name 'UserTBL' Table
  2. I have a loca Database by name 'LocalDB' that have a table by name 'UserTBL' Table with same structure as in remote database table
  3. I have a window service for updating local databse Table 'UserTBL' when Remote Table 'UserTBL' is updated ie. I have to reflect same changes in local table 'UserTBL' that were made in remote table.
  4. window service should be executed only when remote table gets updated.

I am trying to resolve above problem but unable to resolve.

Please guide me how to start to do it...If you will place Code Samples or link it will be very helpful for me...

dsolimano
  • 8,870
  • 3
  • 48
  • 63
Shoeb
  • 652
  • 9
  • 17

0 Answers0