F
Frederick Wilson
Hello,
I have a database that goes out and periodically checks for new CSV
files to bring into the database. If there is, it imports that text file
into a temp table, deletes all records in the permanent table, copies
the info from the temp table into the permanent table and finally
deletes the temp table.
The record count in these text files are over 65,000 now.
When the import happens the database more than doubles in size until I
compact the database.
Is this normal?
Is there anything I can do about this?
Instead of importing the text files, would I gain anything from linking
to them and then import direct from them directly to the permanent tables?
If so how do I link programmatically?
Thank you,
--
Frederick Wilson
_____________________________________
for multimedia design services visit
http://www.legalanimatics.com
I have a database that goes out and periodically checks for new CSV
files to bring into the database. If there is, it imports that text file
into a temp table, deletes all records in the permanent table, copies
the info from the temp table into the permanent table and finally
deletes the temp table.
The record count in these text files are over 65,000 now.
When the import happens the database more than doubles in size until I
compact the database.
Is this normal?
Is there anything I can do about this?
Instead of importing the text files, would I gain anything from linking
to them and then import direct from them directly to the permanent tables?
If so how do I link programmatically?
Thank you,
--
Frederick Wilson
_____________________________________
for multimedia design services visit
http://www.legalanimatics.com