- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 12:45 AM - edited 08-06-2024 01:10 AM
Hi Community,
I've mistakenly update script to wrong table. How to revert the updated data in the table ?
As it is not capture in update set, I unable to rollback the script.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 01:14 AM
Hi @Nur1 ,
Please check the below thread:
How to revert ran Scheduled Job script back
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 12:49 AM - edited 09-10-2024 08:13 PM
To revert the script from the Scheduled Export (pre-export script), you'll need to manually undo the changes by running the inverse of the update. Since it's not captured in the update set, you might need to restore from a backup or manually correct the table. If possible, consider setting up a version control system for future updates. Please visit https://www.qatarguides.qa/qatar-on-arrival-visa-for-gcc-residents/ for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 01:13 AM - edited 08-06-2024 01:13 AM
Hi Mega,
The script is actually working, but I need to rollback the updated data from the table. As I can't do it manually as there is a huge data. How to do this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 01:14 AM
Hi @Nur1 ,
Please check the below thread:
How to revert ran Scheduled Job script back
Mark this as Helpful / Accept the Solution if this helps.