recently i implemented link server with the sql server for link a Remote database and according to i have create a local DB and some data tables into my local database from Remote Database, By now my requirement is recently modified data override to local database, i can use truncate table and again insert into same table from remote database, but what is a better option override modified data from remote database.
↧