Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Full-Text Indexing & Searches

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles