Separate difference items for indexes and primary key.
Ian_
Posts: 2
Hi,
Is there any way to generate separate difference objects for indexes and primary keys?
Or maybe a workaround to select which indexes and keys should be updated on a table.
Kind regards
Ian.
Is there any way to generate separate difference objects for indexes and primary keys?
Or maybe a workaround to select which indexes and keys should be updated on a table.
Kind regards
Ian.
Comments
Unfortunately it's not possible to sync just certain aspects of an object. You can ignore Indexes from beign compared and synced (the GUI has a tickbox option for this, and I'm sure there's an equivalent option in the SDK) but asides from that the sync operates on the whole table object.
Redgate Software