|
|
Browse by Tags
All Tags » SQL 2008 (RSS)
-
This Week on Channel 9, Dan and Christian "LittleGuru" Liensberger go through this week's news including: - Powerset features now in Windows Live , via Channel 10 . - Four new Application Lifecycle Management (ALM) videos on Visual Studio 2008. - Mike Snow: How to add snow effects in Silverlight ( live demo ), via Alvin Ashcraft . - Roy Osherove: Why Test Driven Development fails - Andy Dunn: API changes from XNA 2.0 to XNA 3.0 - Popfly adds tracking ripped projects . - Resource Guide to Free Microsoft
-
In SQL Server 2008, you can perform insert, update, or delete operations in a single statement using the MERGE statement. The MERGE statement allows you to join a data source with a target table or view, and then perform multiple actions against the target object based on the results of that join.
|
|
|