I am using multiple OLEDBCommand transformations(~10) to update same table based on different conditions. While loading data I am facing deadlock once in a while when two updates runs parallel.
Is there anyway I can set Update statement to wait if other Update is in progress ?
Note - DFT Isolation level is set to Serializable but still facing issue.