select * from sys.objects order by modify_date desc
UPDATE TableName SET column1 = 1, column2 = 2 OUTPUT DELETED.* WHERE <condition>;