Compare table data between two servicenow instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2020 04:54 PM
I want to compare table data between two servicenow instance say prod and stage instances , generate a list with the coulmn endpoint from prod n stage table and additional column say either match or notmatching based on the output.
Kindly suggest your ideas or ways how can we compare between two instance
Please help
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2020 05:56 PM
Hi, you could export both tables to excel or sql and then run field comparisons.
Or if you are more comfortable with javascript, perhaps import one instance data into a temp import table (in the other instance) and then script a comparison check.
Can you clarify why you need to compare the 2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2020 01:20 AM
What you could also try is the browser plugin called "SwissNow". Among other great features, it allows you to compare data between different instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2020 01:43 AM
Hey anusha,
follow the below link which gives step by step solution.
https://mr.spoc.pl/comparing-servicenow-tables-in-two-instances-step-by-step/?lang=en
or can refer,
mark Correct and Helpful if it applicable to you.
Regards,
Indrajit