I know I can update a single record like this - but then how to I get access to the id of the record that was updated? (I\'m using MSSQL so I can\'t use Oracles RowId)
For insert MSQSQL server has the @@Identity parameter which has the ID of the last inserted record.
@@Identity