Posted by Michael Evanchik on 10/21/07 04:10
Im trying to dedupe a table with only one field on it. The table has 40 million records in it. What is the fastest way? 1) create a table with a unque constraint on it insert into that table? 2) create a table without a unique constraint on it and use insert into table select distinct un from table2? 3) another way? Michael
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming