2 banks merger is happening for our client. We have to change the data for users in our database. I have created a procedure to change the data in the respective tables. But before going to PROD, how can we test the procedure on the testing environment. Problems here are -
- we are having a file with the old account numbers and new account numbers for PROD.
- But in the testing environment, we do not have data.
- We can not have a staging environment with the prod data to test this.
Do someone have any idea, how to achieve this?