MERGE (Transact-SQL 2008)
MERGE is new feature , it Performs insert, update, or delete operations on a target table based on the results of a join with a source table. For example, you can synchronize two tables by inserting, updating, or deleting rows in one table based on differences found in the other table.
Examples [...]
Filed under: MERGE (Transact-SQL 2008) | Tagged: How to use MERGE in SQL, MERGE (Transact-SQL 2008), Multiple TSQL in SAME Query, New SQL features, Raghunath Bhandari | Leave a Comment »









