Search 
Sunday, February 05, 2012 ..:: Examples » SQL Server 2008 ::.. Register  Login
 SQL Server 2008
Maintain Table without MERGE - Wednesday, February 13, 2008
This example uses the MERGE statement to update, insert and delete records for a target  table.  This example maintains a table to ensure that old records are deleted. 
 read more ...

Simple MERGE Statement - Tuesday, February 12, 2008
This example dimonstrates how to use the new MERGE statement to perform an UPDATE and INSERT statement with a single MERGE statement.
 read more ...

Inserting Multiple Records With a Single Insert - Monday, February 11, 2008
With SQL Server 2005 you now can insert multiple records with a single insert statement.  This example shows how this can be done.
 read more ...

Setting Variable Value with Compound Assignment Operator - Sunday, February 10, 2008
New with SQL Server 2008 is compound assignments operators.  A compound assignment operator is the merging of an operator like "+" (addition) with the "=" (equal) sign.   This example will show you how to use the different compound assignment operators available in SQL Server 2008.
 read more ...


  
SQL Tools Heaven
SQLMonitor_160x600_BackToTheFuture_M2
SQL Compare
Copyright 2007, 2008 by SQLServerExamples.com   Terms Of Use  Privacy Statement