Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
callawayx14
Yak Posting Veteran
73 Posts |
Posted - 2014-04-14 : 12:27:17
|
Hello,I have a package that is working most of the time. I have data being split by an identifier (using conditional split) and being distributed to three different SQL servers and tables. I do not have of administrative rights over the destination servers. Often one of the three destination connections will fail, failing the entire package. This is due to lags in the network. I would like the remaining two servers to get the data as scheduled. I'm not sure how to allow the package to continue if one of the three destination connections (servers) fail. I appreciate any help…this is quite distressing |
|
|
|
|