Hi,
i have a dts package as follows:
1 micosoft for oracle odbc connection
15 steps which pull data from this oracle database into different sql server tables
1 step which deletes the data in the sql tables.
when i execute this package, the 15 steps execute first, and then the delete runs. what i want to do is run the delete first and then the import (15 steps)
i have tried to change the order but keep getting messages such as:
'defining precedence betweeen the selected items is not valid'
is there anything i can do to change this?
i have a dts package as follows:
1 micosoft for oracle odbc connection
15 steps which pull data from this oracle database into different sql server tables
1 step which deletes the data in the sql tables.
when i execute this package, the 15 steps execute first, and then the delete runs. what i want to do is run the delete first and then the import (15 steps)
i have tried to change the order but keep getting messages such as:
'defining precedence betweeen the selected items is not valid'
is there anything i can do to change this?