I've wrote the package and have one XML source that goes to 4 Data Conversions and the each data conversion writes to a different sql table.
Everything work great apart from I don't want it to insert the data into sql I want it to update.
Can I do a update instead and if so how?
Thanks.
Everything work great apart from I don't want it to insert the data into sql I want it to update.
Can I do a update instead and if so how?
Thanks.