In this blog I would like to demonstrate a scenario where users want to move the changes between the tables in two different databases. Let’s say we would like to compare and move the changes between the databases for some tables using T-SQL The below example talks about moving the changes between the two databases in the same instance However the same can be extended across instances if you use linked server or SSIS packages. Also we can write queries to move the DML changes from source to destination...(read more)
↧