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 2005 Forums
 Transact-SQL (2005)
 Full Text search for string having full stops.

Author  Topic 

bsk_kuamrse
Starting Member

1 Post

Posted - 2009-05-11 : 19:40:57
Hello all,

how to find string having periods in it using full text search Contains operator, something like CONTAINS(*,'6.0.2')?

I tried few things

1. removed digits from noise words.
2. tried CONTAINS(*,'"6.0.2"')
3. tried CONTAINS(*,'"6.0.2*"')

nothing helped. I would appreciate any help.

Thanks.
   

- Advertisement -