xSQL Schema Compare Command Line > Excluding objects by type |
The "Object Types" step allows you to include or exclude SQL Server objects by type.
Below is an example of the xml fragment generated when some object types are excluded from the comparison:
<ObjectTypeSelection>
<ObjectType Type="DatabaseRole" Include="false" />
<ObjectType Type="User" Include="false" />
<ObjectType Type="Schema" Include="false" />
<ObjectType Type="PartitionFunction" Include="false" />
<ObjectType Type="PartitionScheme" Include="false" />
<ObjectType Type="FullTextCatalog" Include="false" />
<ObjectType Type="FullTextStopList" Include="false" />
<ObjectType Type="SearchPropertyList" Include="false" />
<ObjectType Type="SecurityPolicy" Include="false" />
<ObjectType Type="ColumnMasterKey" Include="false" />
<ObjectType Type="ColumnEncryptionKey" Include="false" />
</ObjectTypeSelection>