![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
NH, I think you're running into locking situations where two pumps try to execute in parallel. They are both trying to access the same table at the same time. Some suggestions: (each represents a complete answer) (1) Create two pumps as you suggested. You already indicated that this would work. (2) Open a pump, in your source tab, choose 'SQL Query' and use a SQL statement with NOLOCK (3) In Designer Window, right-click on an empty area & choose 'Package Properties'. Limit the maximum number of tasks executed in parallel to 1. Let us know how you make out. Best Regards, Tom Thomas Bradshaw Data Integration Services MyWebGrocer LLC -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums...r-dts/200901/1 |
![]() |
| Thread Tools | |
| Display Modes | |
| |