SQL Server 2008 MERGE
Uploaded by: Vendoran
Video Description:
Common data scenarios require developers to write and maintain logic to determine whether to insert, update or delete information (sometimes called upsert) such as:
IF FOUND
THEN UPDATE
ELSE
INSERT
SQL Server 2008 provides the new MERGE statement within the SQL language to enable developers to provide this functionality with a single statement. This allows for code reduction and easier maintainability.
Tags for this video: 2008 database databases magenic merge server sql t-sql tsql
Find more videos in the "Tech" category
See more videos uploaded by Vendoran
Comments for this video: Show || Hide
| Comments for this video on YouTube |
Tell a friend:













