Full text search on multiple fields in different tables
Posted
by crisgomez
on Stack Overflow
See other posts from Stack Overflow
or by crisgomez
Published on 2010-06-07T03:51:32Z
Indexed on
2010/06/07
4:32 UTC
Read the original article
Hit count: 326
Hi,
I want to create a a full text search usng ms sql 2005.
here is the structure of my table User-contains fields of Id, fname,lname,email,alternativeemail
Attachment-contains fields of id, name,category,filenameorurl Certification-contains of fileds of id, title,school,sdate,edate EducationalBackground-contain of fields of, id,qualification,sdate,edate,school,fieldofstudy EmploymentDetails-contain of fields position, positionlevelid,specializationid,description
now the relationship of user to the other table is one to many relationship.
now how can I create an effective query to have quick full text search and return the values of the different tables?any help please
© Stack Overflow or respective owner