SQL Server: Normal Index vs. Fulltext Index
问题 what exactly is the difference (and advantages/disadvantages) between a fulltext index and a regular index on a varchar column? When would I use which index? I have a multitude of varchar columns (addresses - city name, street name etc.) which I need to be searchable in the most performant way and I'm trying to figure out which index type to use and why. Thank you! 回答1: It depends on the kind of search you want to do. For example, you can't use a normal index with this query: SELECT * FROM