Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: gettin wrong null value in trigger

    There are other issues with your trigger

    SET @IDinserito =

    (SELECT ID

    FROM inserted)

    Assumes the inserted table will only have one row of data. Triggers should always be written from the perspective...

Viewing post 1 (of 2 total)