I've got a simple trigger which places a timestamp in the lastupdated filed upon insert or update of the record. The trigger works fine, however i've discovered that when doing an import from DTS the trigger won't fire. (I know it's not a bug and it was designed that way.)
Whats a simple way to make my trigger fire off after i've done a DTS import? I've considered setting up a separate scheduled job that will run after my DTS operate that will
force an update to the table. However I would prefer to have the DTS actually fire off an update and cause the trigger to fire... any ideas how to tackle this?
Whats a simple way to make my trigger fire off after i've done a DTS import? I've considered setting up a separate scheduled job that will run after my DTS operate that will
force an update to the table. However I would prefer to have the DTS actually fire off an update and cause the trigger to fire... any ideas how to tackle this?