Home Forums SQL Server 2008 T-SQL (SS2K8) searching for address matches using sql server 2008 full text search RE: searching for address matches using sql server 2008 full text search

  • Paul,

    But wouldn't using CONTAINSTABLE(table, *, N'123 AND Apple AND Street AND FL AND 33647', 50) do the same thing as adding a column to Full Text on with the entire address because it will search all the columns in the FT Index for those search terms?

    I'm just starting to read up on Full Text search now so please correct my understanding?