[Yukon] Output clause in DML statements
(Vadivel Mohanakrishnan) In Sql server 7 and 2000, after firing a update / delete statement if we want to know the records which got affected because of it we need to query the table once again. But in Sql Server 2005 code named Yukon the DML statements have been enhanced to support a new clause by name OUTPUT. In this article we would discuss about this OUTPUT clause in detail.
Read More >>