Error!
Success!

OUTPUT Clause Example and Explanation with INSERT, UPDATE, DELETE

0
kicks

OUTPUT Clause Example and Explanation with INSERT, UPDATE, DELETE  (Unpublished)

SQL Server 2005 has new OUTPUT clause, which is quite useful. OUTPUT clause has accesses to inserted and deleted tables (virtual tables) just like triggers. OUTPUT clause can be used to return values to client clause. OUTPUT clause can be used with INSERT, UPDATE, or DELETE to identify the actual rows affected by these statements.


Kicked By:
Drop Kicked By: