DTS transaction commit/rollback -
04-06-2004
, 09:16 AM
Hi
I'm having a problem due to concurrency in DTS
I have several processes running in parallel where every one of them calls the same DTS
My problem is that I can't control the data manipulated on DTS transaction 'cause I'm not able to control it and the data created on the same transaction. That data is not transactional related. :
I tryed using Serialazable isolation level, and set every workflow to 'join transaction if present', but not working
Thank's in advance |