Hello All,
My problem is, i have one database and application in web server, another application in local server which is having another database . But some tables are same in database server and in my local database.
I want to update these particular tables from data base server into my local database for only insert or updated rows.
Please suggest me to do this.