Hello,
We are using one ERP. We have some enhancement in one upgrade. Because of that enhancement, we are getting only active subsidiaries in A/R aging report. Now our account specialists want active and inactive subsidiaries in A/R aging report. To correct, our A/R aging report, I am thinking about to update subsid_mast table to make students all active.What if I need inactive subsidiaries students in the future. Could we rollback anytime after the update statement? I didn't get any satisfied response from our ERP support.
I am thinking about to implement following script. However, what if I want to roll back update statement anytime(after six months, after 10 months)?
Do we have any functionality in the sql server to work it out?
Do you ever have this situation before? How did you solve this problem?
update SUBSID_MASTER
set...