I have two database servers. I am getting updated Item details from one database server using a procedure which saved in the other database. Then I want to update the other database's Item table with the result set of procedure. If there are new items add in the first database I want to insert those records too
Please suggest me a optimum way to done this task.