I have lots of text files that are stored in a sql server 2008 db.
I am currently using a sql query that uses (like '%xyz%') as part of my search query.
Is 'contains' more efficient than 'like' ?
Can you setup a frequently used word index as part of sql 2008 full text indexing ?
Obviously i cant index every field !
It is taking about 10 minutes to search 27 GB of text files 🙁