RE: Fastest way to load a master table removing duplicates - Not Answered

2004-06-21 Thread SGreen
06/18/2004 10:02 Subject: RE: Fastest way to load a master table removing duplicates -

RE: Fastest way to load a master table removing duplicates - Not Answered

2004-06-18 Thread Paul Chu
Appreciate any help at all Thanks, Paul -Original Message- From: Paul Chu [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 10:16 AM To: [EMAIL PROTECTED] Subject: Fastest way to load a master table removing duplicates Hi all, I want to load a Master table millions of rows

Fastest way to load a master table removing duplicates

2004-06-18 Thread Paul Chu
Hi all, I want to load a Master table millions of rows for other sources with a unique index on e.g. ssn social sec number. If inserted records have a duplicate SSN I don't want to insert those but put them in a duplicate table or flag them. . The primary key will be an auto-increment fiel