M
Michael
I have two tables one with 1500 records and the other
with 2 million records. the first table has a partno
field, and i do a query on the second large table looking
for a match of partnos in a corresponding field.
The query is a partial match search as in LIKE "ABCXYZ",
and needs to be done for every record frm the smaller
table.
The speed of returning results is about 2 or 3 searches a
minute, and this speed needs to be bumped up considerably.
Any clues to what will speed this up will be apperciated.
with 2 million records. the first table has a partno
field, and i do a query on the second large table looking
for a match of partnos in a corresponding field.
The query is a partial match search as in LIKE "ABCXYZ",
and needs to be done for every record frm the smaller
table.
The speed of returning results is about 2 or 3 searches a
minute, and this speed needs to be bumped up considerably.
Any clues to what will speed this up will be apperciated.