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
 General SQL Server Forums
 New to SQL Server Programming
 Freetext

Author  Topic 

BendJoe
Posting Yak Master

128 Posts

Posted - 2007-11-05 : 14:37:07
Is there a way I could achieve something like this.
freetext(FirstName+LastName,@Name) FirstName and LastName are two columns in my database table.
What I am trying here is allowing the user to type their first name , last name or both. and write a search which can find there record for all the three cases.
Please Advice.

Kristen
Test

22859 Posts

Posted - 2007-11-05 : 14:45:26
Is there something wrong with your previous thread that you want people to start answering in two threads now?

It really annoys me when people do that.

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=92096

Kristen
Go to Top of Page
   

- Advertisement -