Click here to Skip to main content
15,914,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using filestream feature of sql server 2008 to store files.
I need search functionality to search in that files so i am using
freetexttable search to retrieve search results with hits for search keyword.
But when i searching keyword "at&t" that doesn't gives me desired result.
I know that i have keyword "at&t" in my some of files.
I am also trying to retrieve sql server 2008 index keywords list on my filestream
feature table. That table list all keyword which was index from my files.
That also doesn't list out "at&t". So my question is how can i get "at&t" as key word on filestream index table.
Posted
Comments
coded007 27-Aug-14 3:36am    
you need to use full text search

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900