Insert Trigger: inserted table blank

  • Greetings

    When I do an INSERT INTO myTable is the inserted 'virtual' table available only in the scope of the trigger?

    I have three table

    Jobs

    JobID

    Equipment

    EquipmentID

    JobEquipment

    JobEquipmentID

    JobID

    EquipmentID

    When I do an INSERT into Jobs I also pass in a parameter of EquipmentIDs. Now how do I INSERT those into JobEquipment table?

    Thanks

  • the tables"inserted" and "deleted" only exist inside the trigger.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply