Change DataCompare Comparison Key

RawdenRawden Posts: 34 Bronze 2
Hi,

In SQL Data Compare, you have the option of changing the Comparision Key from the primary key to something else.

I'm just looking for some help to enable me to do this in the SDK.

Would I still create the mappings:

dbMappings.CreateMappings(dbSource.Tables, dbDest.Tables)

and then change the key afterwards, or would I change this to something else?

Comments

Sign In or Register to comment.