How to move 500 records from one instance to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 11:01 PM
Hi,
How can I copy or move 500 records of a table from DEV to SANDBOX. Kindly help.
Regards
Suman P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 11:01 PM - edited ‎01-30-2025 11:02 PM
Hi @Dave_p ,
You can export data records by right clicking on the column header and choosing 'Export > xml', afterwards on Dev you can import them in a similar way.
Alternatively you could use the 'Add to update set utility' for this:
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 11:06 PM
Hi @Joni V B,
The table has got 500000 records. I think i will try Add to UpdateSet Utility and let you know.
Regards
Suman P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 11:09 PM
There is also the Instance Data Replication tool from ServiceNow, but that is not free of charge:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 11:03 PM
Hi @Dave_p ,
Simple export of records in excel and then importing them through a transform map , assuming if tables and columns are not in sync.
Please mark correct/helpful if my response helped you.