<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #d4af37; border-color: #FCE28A; } .release-box:hover { cursor: hand; cursor: pointer; opacity: .9; } </style> <meta name="robots" content="noindex"> <div class="release-box"> <a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;"> Gold </a> </div> |
The Table Compare and SNC Table Compare modules (under Perspectium > Replicator) allow you to compare a table on your ServiceNow instance with the tables in another database (Table Compare module) or another ServiceNow instance (SNC Table Compare module). By comparing two tables, you can see each table's record count as well as a list of record discrepancies by sys_id between the two tables that you are comparing (i.e. which records exist in one table and not in the other).
Learn how to run a table compare for two ServiceNow instances via InstanceSync for ServiceNow.
Learn how to run a table compare for a ServiceNow instance and a database via DataSync for ServiceNow.