Anesthaesia
Technical User
Hi,
I have read through some posts about table scans in SQL, which are performed when using a LIKE query.
Is there any other way to do this and improve performance?
I am currently using ...AND rsRec LIKE '%" & txtSearch.text & "%'... in the query.
I need to be able to do a wildcard search, but was hoping there may be a better way.
Cheers,
D
I have read through some posts about table scans in SQL, which are performed when using a LIKE query.
Is there any other way to do this and improve performance?
I am currently using ...AND rsRec LIKE '%" & txtSearch.text & "%'... in the query.
I need to be able to do a wildcard search, but was hoping there may be a better way.
Cheers,
D