I would like to get all the details of a single table from Remote server DB to my local DB, during
page load event which should happen as a back end process can any one help me over this issue.
NOTE:
Server DB table Columns may slightly differ from local DB.
Each time when a new user is added in the server, it should update the local DB when the UserPage.aspx page is loaded.
Tools using: ASP.NET,SQL SERVER 2008.
Eg:
Let the DB name be sample and the table name is customer
**Table Header in Server DB:** Cus_id,Cus_name,Cus_address,Cus_email,Cus_mob
**Table Headers in Local DB:** Cus_id,Cus_name,Cus_address,Cus_email,Cus_mob,Cus_password
Once the page gets loaded all the data in Customer table from serve DB should be synchronized to localDB