Is it possible to configure the default Visual Studio 2010 schema mapping function "Do not skip objects"?

I found that in almost every case, I change the filter of the schematic comparison results panel to β€œNon Skip Objects” to see only those objects that have changed. Is there a way to set this filter as the default (rather than "All")?

+6
source share
2 answers

This is used by default in SQL Server Data Tools . Note that while this is a pretty good alternative to the original database design, there is still no data mapping.

0
source

I think you're out of luck. After searching for about 20 minutes, I could not find anything.

+1
source

Source: https://habr.com/ru/post/891166/


All Articles