If when updating selected objects you have in mind only one or several tables, you can delete these tables from the model and then add them back separately to pull out the change tables, selecting them separately - I often do this as base tables (especially during development).
As a result, you lose any changes manually made by you to these re-added objects after the entity / table has been pulled into the model (i.e., I often rename my navigation properties, and then after each re-import of the table, I need to manually rename them again).
EJ Brennan
source share