dbTalk Databases Forums  

Data Driven Query deadlock

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Data Driven Query deadlock in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael
 
Posts: n/a

Default 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



Reply With Quote
  #2  
Old   
Partha Mandayam
 
Posts: n/a

Default Re: Data Driven Query deadlock - 05-13-2004 , 12:19 PM






Quite possible. Can you move the update to a different table? Maybe just
have a control table.

Regards

Partha Mandayam
Software Consultant
Home page: http://partha.tripod.com


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.