Hi
We're looking to delete a lot of our old extractions and are trying to find a way of doing this en mass.
So far, I have run a SQL trace and have identified the following sql commands that are executed during an extraction delete.
Has anyone done anything like this before, or does anyone know if there are any tables that are afftected, that are missing from the above list?
Thanks,
Chris.
Looks like you've found the same tables I did, via the same method, e.g. I send the each ka_no through a cursor that deletes files from
impresario..t_list_extractionimpresario..v_keycodeimpresario..v_keycode_histimpresario..v_ka_headerimpresario_cci..T_CUST_KEYCODE
... in that order.
I've been housekeeping old Exts this way since late 2013, with no ill effects.
Hi Chris
Thanks, that's reassuring to know that I'm looking along the right lines and that you've found the same tables as I have.