T
The Dude
Hi guys!
I have to import several "librairies" from csv files.
Hence I have created routines that will import the csv file to a Temp table
then append or delete/append the data to a Final table (with or without
filtering).
My question is to know if that's the best method? Considering that the Temp
table makes a ghost size expand of the Back-end after each import/delete...
that I would no have with a csv direct link. I imagine I could directly
append the filtered data from the csv direct link as well.
(Of course I compact the BE every week...)
Any womments welcome
Thanks
T_D
I have to import several "librairies" from csv files.
Hence I have created routines that will import the csv file to a Temp table
then append or delete/append the data to a Final table (with or without
filtering).
My question is to know if that's the best method? Considering that the Temp
table makes a ghost size expand of the Back-end after each import/delete...
that I would no have with a csv direct link. I imagine I could directly
append the filtered data from the csv direct link as well.
(Of course I compact the BE every week...)
Any womments welcome
Thanks
T_D