In Foxpro etc we had multiple indexes and filtered indexes
for tables and to speed up search we could have used
set index to 1 , 2 etc to specify which index
is there such an equivalent way in SQL data if so using
VB how can we specify which index may be used?
any idea
I have a table with 7 million records and searching
takes time where as I can reduce time if it were in foxpro
using different indexs say index 1 for records where key_id
between 1 and 100000
and index 2 if key_id between 100001 and 200000
etc
Catch my Point?
for tables and to speed up search we could have used
set index to 1 , 2 etc to specify which index
is there such an equivalent way in SQL data if so using
VB how can we specify which index may be used?
any idea
I have a table with 7 million records and searching
takes time where as I can reduce time if it were in foxpro
using different indexs say index 1 for records where key_id
between 1 and 100000
and index 2 if key_id between 100001 and 200000
etc
Catch my Point?