
Originally Posted by
CJ_London
I don’t see how you method supports referential integrity since you delete all your data. If your destination table is the primary table you either won’t be able to delete the record if a child record exists somewhere or it will delete the child record as well - depends on the settings for the relationship.
it only makes sense to me if the dataset is large - several 100,000 records - for indexing and performance reasons, nothing else. But then you will need to constantly compact/repair more frequently to recover the space left by the deleted records
But it’s your project so up to you