I have 50 tables that need to be cleaned before importing all new data. I'm using an SQL "Delete * from tablename" and executing it through a macro. Keep getting out of disk space and/or memory error. My machine has enough memory and disk space. How can I remove all the data from the files successfully?
Pre-thanks
Pre-thanks