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 |
|
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 things1. 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. |
|
|
|
|
|