Hi All,
Here's the issue. I have 2 DBF's. DBF #1 (c:\UNION\BELL_LOC\SOURCE) has 160,000 recs & DBF #2 (c:\UNION\ALLSTREAM_LOC\SOURCE) has 124,000 recs. I use a simple command:
SELECT numberbill FROM c:\UNION\BELL_LOC\SOURCE WHERE ALLTRIM(numberbill) IN (SELECT ALLTRIM(external_i) FROM c:\UNION\ALLSTREAM_LOC\SOURCE) INTO TABLE tmp
which results the recs that are the same in both. The problem is that it is excruciatingly slow.
Can you please help me speed this up?
Any help please?
Thanks,
FOXUP!
Here's the issue. I have 2 DBF's. DBF #1 (c:\UNION\BELL_LOC\SOURCE) has 160,000 recs & DBF #2 (c:\UNION\ALLSTREAM_LOC\SOURCE) has 124,000 recs. I use a simple command:
SELECT numberbill FROM c:\UNION\BELL_LOC\SOURCE WHERE ALLTRIM(numberbill) IN (SELECT ALLTRIM(external_i) FROM c:\UNION\ALLSTREAM_LOC\SOURCE) INTO TABLE tmp
which results the recs that are the same in both. The problem is that it is excruciatingly slow.
Can you please help me speed this up?
Any help please?
Thanks,
FOXUP!