Hi,
I have an after insert trigger on a table. If I insert data into the table by writing an insert SQL statement, the trigger fires normally. If I insert data into the same table using a DTS package, the trigger does not fire. The DTS package does insert the data into the table. Is it possible to use a DTS package to load the data and also fire the trigger at the same time?
Thanks,
Jia Lian
I have an after insert trigger on a table. If I insert data into the table by writing an insert SQL statement, the trigger fires normally. If I insert data into the same table using a DTS package, the trigger does not fire. The DTS package does insert the data into the table. Is it possible to use a DTS package to load the data and also fire the trigger at the same time?
Thanks,
Jia Lian