How to DELETE Records from Target Database in SSIS -


same database exist on 2 servers. call them source , destination simplicity here. need compare records , delete exist in target not in source. can't use execute sql both databases exist on different servers , there no link between them. can propose solution?

you populate table on target ids source table. use execute sql task on destination database delete rows target table not exist in table populated. eg, like:

delete targettable id not in (select id tableidsfromdestination) 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -