Data Driven Query deadlock -
05-13-2004
, 11:16 AM
We have a DTS package that uses a DDQ to send email and update a table. The
package is updating the same table that it is selecting from, therefore the
source table and the binding table are the same. Also, the update query is
calling a stored procedure to send the email and update the table.
Occassionaly, the package hangs in the DDQ task and it appears to be
deadlocked against itself. Could this be caused by using the same table as
the source and binding table?
Thanks,
Michael |