SSIS and Insert Triggers

  • Hi

    I have a table which has triggers that fire if a particular column is populated. I have tested the trigger by inserting data via sql statements and it works fine. The problem arises when I use SSIS to import the data form Excel. the data is successfully imported but the triggers is not fired.

    Any Ideas

  • Try this:

    Go to the Advanced Editor of the OLEDB destination task under Component Properties there is a property called 'FastLoadOption' add FIRE_TRIGGERS in that property.

    -Vikas Bindra

  • Thanks Vikas

    Thats has done the trick!

  • You are welcome.

    -Vikas Bindra

Viewing 4 posts - 1 through 3 (of 3 total)

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