you store the value of inserted.field into a table variable like this from BOLINSERT Production.ScrapReason OUTPUT INSERTED.ScrapReasonID, INSERTED.Name, INSERTED.ModifiedDate INTO @MyTableVarVALUES (N'Operator error', GETDATE());--Display the result set of the table variable.SELECT ScrapReasonID, Name, ModifiedDate FROM @MyTableVar;
<><><><><><><><><><><><><><><><><><><><><><><><><>If you don't have the passion to help people, you have no passion