Demo: Inserting, Updating, and Deleting Data by Using MERGE

This demo illustrates the syntax and semantics of the MERGE statement in SQL Server 2008. In general, MERGE applies a set of changes (INSERT/UPDATE/DELETE) in a single, transactional operation. The demo illustrates the inner workings of MERGE by exploring its query plan.

Comments Closed

Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.