Viewing 2 posts - 1 through 3 (of 3 total)
There are too many tables involved in your selects. execution plans is a must; AND index definitions.
March 27, 2012 at 7:15 am
#1464958
Hi, just my 2cents. In your scenario, it make sense to use full text index. It will out perform the LIKE by about 10 fold.
However, in your table, the engine...
March 27, 2012 at 6:11 am
#1464905