Hi experts,
I know for some tables (business events or Azure KeyVaults), after the DB refresh from one environment to another, those values will be wiped out. I was wondering how to implement the same feature for our custom tables.
Thanks,

Hi experts,
I know for some tables (business events or Azure KeyVaults), after the DB refresh from one environment to another, those values will be wiped out. I was wondering how to implement the same feature for our custom tables.
Thanks,
When you restore a production database, all users except of the admin are disabled. This is the point whether the admin can run any data cleanup/sanitation scripts.
I don't think that you can somehow inject your scripts to the process done by Microsoft when restoring the database. You must run them by yourself.