2
votes
3answers
2k views
Why doesn’t SQL Full Text Indexing return results for words containing #?
For instance, my query is like the following using SQL Server 2005:
SELECT * FROM Table WHERE FREETEXT(SearchField, 'c#')
I have a full text index defined to use t …
