How to improve text search in sql without using like ‘%%’ expression ,and make search faster
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Haneen,
The link will show you what you need to do. Ultimately you need to add Full-Text indexes as Ziesemer pointed out. If you are wanting to query documents make sure to install the appropriate iFilters (PDF, Office Docs, etc).
Please see issues I ran into here with PDF searches using full-text indexing(hopefully this will save you some time if you plan on searching files)
–S