Check the record counts of both tables and then do a UNION query - If the record count is no bigger than either table then one is a super set of the other. That may be quicker, depends on your data.
Also index the tables - it will speed it up.
Cheers,
Paul.




Reply With Quote