Greetings, all.I have not used full-text indexing. If we have a title column (nvarchar(1000)) & a description column (nvarchar(max)), and we expect that many web users will be querying these by words contained in the title or description, would using a full-text index be a good performance choice? Or is using LIKE good enough for this (since other search fields will be integer keys, etc.)? Is full-text indexing intended more for when searching entire documents?Thanks,Randy
↧