Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
SQL
ce
clients
clustering
connect
datamining
datawarehouse
dts
fulltext
jdbcdriver
msde
mseq
newusers
notificationsvcs
odbc
olap
programming
replication
reportingsvcs
security
securitytools
server
setup
sqlxml.viewmapper
tools
xml
  
 
date: Thu, 13 Mar 2008 10:33:28 +0100,    group: microsoft.public.sqlserver.fulltext        back       


Boolean search   
Hi all!
This is my problem, I hope you can help me...
I have an asp web site.
I want to search, for exemple in a table of addresses, the string 
"apple+table", to have all the record in my table where in a list of fields 
(like name, address, telephon) there is the word apple and the word table.
How Can I perform this kind of search?

Sorry for my english and thanks!
Vg
date: Thu, 13 Mar 2008 10:33:28 +0100   author:   vg

Re: Boolean search   
Vg,

Try this, changing the names to the proper names for you table, etc.

SELECT KeyValue, Description
FROM CustomerAddress
WHERE CONTAINS((Name, Address, Telephon), ' "Apple" AND "Table" ')

RLF

"vg"  wrote in message 
news:uSGWI1OhIHA.5900@TK2MSFTNGP02.phx.gbl...
> Hi all!
> This is my problem, I hope you can help me...
> I have an asp web site.
> I want to search, for exemple in a table of addresses, the string 
> "apple+table", to have all the record in my table where in a list of 
> fields (like name, address, telephon) there is the word apple and the word 
> table.
> How Can I perform this kind of search?
>
> Sorry for my english and thanks!
> Vg
>
>
>
date: Thu, 13 Mar 2008 13:20:50 -0400   author:   Russell Fields

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us