Can you post the query here which generates such a message?
Basically SQL FTS does not index any non alpha-numeric characters, it does
treat . and - and capitals different for some languages. If you have a
capital letter followed by a non-alphanumeric character the token is indexed
as a unit, i.e. C# is indexed a C something or other, so it will match with
searches on C#, C+, C$, but not C or c.
--
RelevantNoise.com - dedicated to mining blogs for business intelligence.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com [quoted text, click to view] "Srini" <Srini@discussions.microsoft.com> wrote in message
news:91126363-4257-4455-A50D-AB04DB0A6B9E@microsoft.com...
> Hi when I use a search term that contains the character ! or @ I get a
> "Incorrect syntax near !..." error message.
> I would like to know the list of such characters which FTS doesnt LIKE..
>
> "ML" wrote:
>
>> Thank you, very much. Yes, mainly I'm referring to SQL FTS and I'm aware
>> of
>> the fact tha SQL FTS and Windows Indexing Services two are separate
>> products.
>>
>> I'm just baffled by the fact that the two implementations of the MSSearch
>> engines differ in such a way. Any idea why?
>>
>> Thanks for the list as well.
>>
>>
>> ML