Hi,

Ive transfered data from an excel fil to sql server using DTS.

The problem I have now is that when the table I transfered to has a trigger that executes when a row is added and inserts data into another seperate table. However, when transfering data using DTS, the trigger does not execute...any clues on how i could fix this....

ps:manual insert fires the trigger fine.....

thanks.....