I have several tables because my record volume is well over 10 million records. I would like to dedup based on Homephone thoughout all of my databses. Any suggestions?
No, not really.
My suggestion was to find the duplicates (with UNION ALL).
I've misread your post, sorry.
Create a table with the desired structure and and index not allowing duplicates on the relevant fields.
Then run an append query based on the union query.
Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
OK, I'll play around with this, however, I suspect that once the appendage to the new table exceeds this, I will have a problem.
In other words, I create my union query to join 10 linked tables of data 20 gb and the result is a table 15 gb. Not sure what happens there unles there is a way to split this up?
how about this...can we only include the phone numbers...this would dedup all of the records. Export those phone numbers, then match them up with the respective records in each table...export those into multiple databases.
Question...what is the sql for finding matched records of another table?
hmm...consistent...sorted ascending in both tables...still picking up 2 records when they match. Just need unique full records in a query result that matches the phoneonly table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.