![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need some help with the way I make dts packages that bring in data from outside data sources. A typical DTS Package that I've made Deletes the records of a table then on success connects and pulls down a new set of records and then on success does and update to another table from the newly collected records. On occasion I have an issue where the datasource can not be contacted and the package stops at that point. I'm interested to know if anyone hase a better design that I model so that the first step (Truncate table) doesn't occur if I can't make the Datasource connection? |
#3
| |||
| |||
|
|
I need some help with the way I make dts packages that bring in data from outside data sources. A typical DTS Package that I've made Deletes the records of a table then on success connects and pulls down a new set of records and then on success does and update to another table from the newly collected records. On occasion I have an issue where the datasource can not be contacted and the package stops at that point. I'm interested to know if anyone hase a better design that I model so that the first step (Truncate table) doesn't occur if I can't make the Datasource connection? |
![]() |
| Thread Tools | |
| Display Modes | |
| |