sql server - In SSDT Schema Compare how do I ignore differences in objects of type "Schema" -
from schema compare options, deselected object types:

it still shows me differences in schema objects:

i scrolled through big list of general options, , none of them appeared this:

i hacked it. if save compare, can add file:
<propertyelementname> <name>microsoft.data.tools.schema.sql.schemamodel.sqlschema</name> <value>excludedtype</value> </propertyelementname> you'll see when open it. setting not in ui, apparently supported.
Comments
Post a Comment