Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Reg. search on table

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-04-29 : 07:37:52
Parimal writes "I m working on Job Portal(.Net & MS SQL)
The problem is that i have a form which has a function of Advance Search. The Advance search also includes Keyword option.
Now the isuue is of only Keywords.
I have to search keywords from 12 related table.
The keyword is a textbox limiting to 200 length where the user can enter any keywords n i need to chk from 12 tables.
So now what is the best way to search from all the tables.
I hv heard of Full-text Search.
Is it so it will solve my purpose, if yes then can u provide me some good e.g. or some articles so that i can really implement n solve my issue..

Thanxs for reading the Query..
Hoping for the reply.."

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-04-29 : 07:45:54
wee full text serach would solve your problem.
BOL = Books Online = SQL server help has all of the info you need.
an with google's help it should get you started.
then if you have any questions ask them.

Go with the flow & have fun! Else fight the flow
Go to Top of Page
   

- Advertisement -