Comparing replicated and non-replicated database
akrohn
Posts: 6
Hello,
I missed some replication specific options for ignoring when comparing a replicated and non-replicated database. For instance ignoring the identity range constraints and the column "msrepl_tran_version" would be great.
Regards,
Andreas Krohn
I missed some replication specific options for ignoring when comparing a replicated and non-replicated database. For instance ignoring the identity range constraints and the column "msrepl_tran_version" would be great.
Regards,
Andreas Krohn
Comments
Redgate Software
Having the ability to ignore msrepl_tran_version columns and other replication artifacts would be outstanding! Thanks for address this!
It would help if we had a better idea of the flavours of replication (transactional, merge or snapshot) that people want support for and precisely what they mean by 'support'.
Kind regards,
David Atkinson
Product Manager
Red Gate Software
Product Manager
Redgate Software
I believe SQL 2005 creates stored procedures that execute updates for replication (instead of adding a field to each table). These are prefaced with "sp_", and end in the table needing to be updated. A method to categorically exclude these stored procedures from a comparison would also be helpful.