Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » Performance Top... » SQL Server 2005   (RSS)

SQL 2005 - UPSERT: In nature but not by name; but at last!

SQL Server has long been criticised for not having an UPSERT command, well now in SQL 2005 we have some good news, we have two new TSQL set operators that give us the complex insert/update logic that constitute an UPSERT. These are INTERSECT and EXCEPT
 
Page view tracker