Hi, all,
Please confirm if this is true.
I clear the destination table outside the DTS before I run a simple DTS package from an ASP page, then I check the destination table's row count to see if the DTS has completed successfully.
However, this execution of the simple SQL stored procedure query in the ASP against the destination table doesn't seem to be working anymore after the DTS execution?!
I do something similar on the destination table before the DTS execution, and it seems to run fine.
Does this happen to you?
After the execution, I do something like:
to clear everyhing.
Please help.
Please confirm if this is true.
I clear the destination table outside the DTS before I run a simple DTS package from an ASP page, then I check the destination table's row count to see if the DTS has completed successfully.
However, this execution of the simple SQL stored procedure query in the ASP against the destination table doesn't seem to be working anymore after the DTS execution?!
I do something similar on the destination table before the DTS execution, and it seems to run fine.
Does this happen to you?
After the execution, I do something like:
Code:
objPkg.Uninitialize
Set objPkg = Nothing
Please help.