We have a DTS that deletes and adds information to an online database. Default settings have 4 steps/processes running at one time upon success. However, the delete function appears to be taking longer and longer to run, and other processes are kicking in too early causing the DTS to fail (duplicate key errors). Is there any way to put a delay on the delete function to allow it enough time to run, or should I be looking at creating a separate DTS that runs an appropriate length of time earlier?