Trying to remove Custom tables that are no longer used, but have several custom programs tied to them. I cant simply just DROP TABLE in SQL because of the programs that are using the table references, GEN ties, etc... same with dbdef. Cant do it.
Is there an easy way to get rid of those, and all possible residual usage/references to these tables?