MrMajik
IS-IT--Management
- Apr 2, 2002
- 267
In a one (Parent) to many (Child) relationship the Child table contains around 500,000 records. This is opened as an ADODB connection.
The primary key in the Parent table is the Customer number.
I am looking for the fastest way to scan the Child table for records with the same customer number and move them to a backup table.
Any suggestions?
Thank you.
The primary key in the Parent table is the Customer number.
I am looking for the fastest way to scan the Child table for records with the same customer number and move them to a backup table.
Any suggestions?
Thank you.