Hi, I would need to drop backup tables in order to clean up DB. I have around 500 tables in different schemas of the database.
Please suggest me the steps to ensure that i am not dropping any table which is getting loaded or accessed by any of the jobs.
Thanks.