Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Full Text Search / Full Text Indexing

Status
Not open for further replies.

RhythmAddict112

Programmer
Jun 17, 2004
625
US
Hi all,
Long time no post. I have a few questions regarding SQL Full-Text Searching/Indexing in a SQL 2K environment. We've got the business need here to build a search engine on top of a database. I'll need to do the "Normal" search, where I specify the value I want to look for in a certain column from a web front end - no problem there. But, I also have the need to search for keywords across multiple text columns. For example, search for "Accounting" across 5-10 columns. Is SQL Full Text Searching something that can handle this with acceptable performance? I'd like to hear from others that have done this and what tools they've used.

Thanks!

 
Full text search is what you want to use.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
no problem.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top