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.
| Author |
Topic |
|
purisqlserver
Yak Posting Veteran
73 Posts |
Posted - 2001-09-26 : 23:54:20
|
| Sir,I am trying query on table 'detail', which is full text indexed. while searching for a single character it gives error!!!.Select * from Detail where contains(*,'"a"')Error Message from sqlserver:The query contained only ignored words.[red]II) while searching for word like "networkingproducts", does it search out individualwords(networking or products), if so how can it be made as one wordfor search using contains or some other function(freetext)?????Thank you. |
|
|
|
|
|