Is it possible to implement google style search on SQL server database on tables and columns? Some examples: I have 5 tables with 25 columns(each has 5 columns), I want to the search can across different tables and columns in one query
as sql serverl full-text search only limit on one table, not sure what's the solution if want to search across tables.