Can I ignore a specific set of column names on all tables.
RQuadling
Posts: 2
Hi.
A lot of the tables in one of our databases contains the datetime the row was last updated. This update is performed by a trigger.
When comparing data post-sync, all the rows that were affected by the sync still show up as being out of sync - obviously.
The column is always called UpdatedDateTime.
Rather than setting this column to be ignored on each table individually, is there a global mechanism to allow specific column names to be ignored?
Regards
Richard Quadling.
A lot of the tables in one of our databases contains the datetime the row was last updated. This update is performed by a trigger.
When comparing data post-sync, all the rows that were affected by the sync still show up as being out of sync - obviously.
The column is always called UpdatedDateTime.
Rather than setting this column to be ignored on each table individually, is there a global mechanism to allow specific column names to be ignored?
Regards
Richard Quadling.
Comments