|
-
November 9th, 1999, 09:03 AM
#1
help me !
I have a table ( In mydatabase ) of customer files ( About 5.000.000 records )
I want to find name of customer
my query :" select cus_name from customer where cus_name like '%var%' "
but it's very slowly
hepl me !
( My PC : PII, 450Mhz, 128M ram, 4G HDD )
-
November 9th, 1999, 09:48 AM
#2
Re: help me !
>:" select cus_name from customer where cus_name like '%var%' "
Do you have an index on the 'cus_name' column in the customer table ?
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|