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.
Full text search is great for searching one table. If you have two or three+ tables you could…
If you don’t have any authority to change the schema you could try Sphinx, Lucene.net or SOLR