<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> |
Table Compare (found under DataSync > Tools) allows you to compare a table on your ServiceNow instance with the table in another database or another ServiceNow instance. 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).
NOTE: Table Compare will NOT check for the most recent update of a record. It will only check for the existence of records.
ServiceNow to ServiceNow Table Compare
Learn how to run a table compare for two ServiceNow instances via DataSync for ServiceNow.
Learn how to run a table compare for a ServiceNow instance and a database via DataSync for ServiceNow.