You can change the comparison options using the following elements:

The following xml fragment selects the options IgnoreSpacesInDefinition, IgnoreCaseInDefinition, IgnoreDefaultConstraintName and excludes the option StandardizeNameInDefinition. The max transaction size is also set to 65536 bytes:

<SelectedComparisonOptions TransactionSize="65536">
     <ComparisonOption>IgnoreSpacesInDefinition</ComparisonOption>
     <ComparisonOption>IgnoreCaseInDefinition</ComparisonOption>
     <ComparisonOption>IgnoreDefaultConstraintName</ComparisonOption>
</SelectedComparisonOptions>

<ExcludedComparisonOptions>
     <ComparisonOption>StandardizeNameInDefinition</ComparisonOption>
</ExcludedComparisonOptions>

The options you can choose from are predefined and can be one of the following:

 

Both elements <ComparisonOptions> and <SelectedComparisonOptions> can be used to set the selected comparison options. Use the <SelectedComparisonOptions> element in order to avoid ambiguities.

TransactionSize is the only comparison option that must be set as an attribute of <ComparisonOptions>, <SelectedComparisonOptions>, or <ExcludedComparisonOptions> element. Specify a decimal value that indicates the max size of the schema transaction size in bytes. The default value is 0, which indicates an "unlimited" transaction. Use this option carefully. In most comparison scenarios, the default setting is sufficient.

 

 

Total compare from data to schema with IDERA SQL Comparison Toolset. Learn more > >

IDERA WebsiteProductsPurchaseSupportCommunityAbout UsResources Legal