-
Notifications
You must be signed in to change notification settings - Fork 946
Description
This is for the schema compare extension.
I have been working with SSDT for quite a while and one thing that always drove me crazy is I could never do a "Unselect All". Sometimes when I am doing a schema compare, I don't want to move all the changes, or maybe I just want to compare a few tables.
The dependent table logic that is built in is super useful, but it is stopping me from unselecting more than a couple items before it reselects the item. this does not give me enough time to unselect all the tables I do not want to update.
Ideally, there would be an option to "Unselect All" so I can choose which objects I want to update. Then use the dependent table logic to tell me what other tables need updated as well in order to be able to update the selected object.