G
Geoff
In another post someone says to use delete/append instead of make when
repeatedly importing data.
On a daily basis, I will be importing data, (14 ISAM files), rebuilding 7
intermediate tables, (to somewhat normalize some of the data), then running
another make query to extract "yesterday's" data that will then be uploaded
to a SQL server.
Leaving all other questions aside, is it better to delete/append rather than
to make?
Thanks,
Geoff
repeatedly importing data.
On a daily basis, I will be importing data, (14 ISAM files), rebuilding 7
intermediate tables, (to somewhat normalize some of the data), then running
another make query to extract "yesterday's" data that will then be uploaded
to a SQL server.
Leaving all other questions aside, is it better to delete/append rather than
to make?
Thanks,
Geoff