Hi everyone,
We are trying to call a DTS package upon change to a table in SQL2000. The trigger itself runs fine, but it is causing an error message within the application (Great Plains). I think I am misunderstanding when the trigger executes.
What we would like is for the trigger to execute after the transaction(s) in the original table have been committed. It seems to run before they are committed. Is there a way around this?
Thanks.
We are trying to call a DTS package upon change to a table in SQL2000. The trigger itself runs fine, but it is causing an error message within the application (Great Plains). I think I am misunderstanding when the trigger executes.
What we would like is for the trigger to execute after the transaction(s) in the original table have been committed. It seems to run before they are committed. Is there a way around this?
Thanks.