How can we help you today? How can we help you today?
BHughes
Hi @Dan_J It doesn't appear as though the "Exclude all in target" option in the UI is being saved with the project.  Like I said earlier, without any sort of indication that it's even been selected (looks to be a space for a checkmark beside it, but no checkmark), it's difficult to tell if its even turned on.  When you actually have records for deletion you'll see the checks for individual tables turned off, but if it happens to be an iteration where there are no deletes, there's no way to tell if it's on or off.  I tested in a situation where I did have deletes and saw the individual delete checks disappear when I selected "Exclude all in target".  Saved the project, reopened, recompared, and all of those delete checks appeared again. In my project, I'm transferring data from one with a low retention period to another where we can preserve the history for a longer period by retaining the last-known state of the records.  I want the inserts and updates, I'm transforming the hard deletes into soft deletes (updates of IsDeleted = 1), and so I want to completely disregard the actual deletes.  It would have been crazy simple if I could just "turn off delete deployment" in SQL Data Compare. As it stands, I've implemented "instead of delete" triggers on my target tables so that SDC can send the deletes through and I'll just ensure that the IsDeleted flag is set for those records using the trigger instead of running the actual delete on the target. Thanks for your help with this! / comments
Hi @Dan_J It doesn't appear as though the "Exclude all in target" option in the UI is being saved with the project.  Like I said earlier, without any sort of indication that it's even been selected...
0 votes