yourfirstserver.comFriday, 25 May 2012
Find Us on : RSS/Feed Facebook Twitter

Full Text Search In Sql Server 2005

I was working on my second site recently. It provides a warehouse of projects, presentations and other resources. To enables users to find the relevant project i decided to put in a search box. Initially all seemed 5 min job. I quickly wrote a simple SELECT query and thought that job is done. But then i realized that it isnt as easy as it appears. Many beginners will find it hard to achieve a google like search in their site. There are two ways to include a search feature in your site.

1. Use google to embed a search box in your site. This will enable surfers to search

...