The following snippet fails with error:
The target table \'dbo.forn\' of the OUTPUT INTO clause cannot be on either side of a (primary key, foreign ke
Normally you output to a table variable or temp table, then use that to insert to the final table.