Hi,
I am working on the Full Text Search in Sql Server 2005. I have created a catalog and then an index on a particular table.
I am searching for data using FREETEXTTABLE(tablename,*,@SearchKeyword). So I am searching in all columns in the index since any of the columns can contain the keywords.
Is there is a way for me to know which columns in the index contained my search keywords?(without having to go and look at each column in the resultset)?
I would appreciate any help in this regard. Thanks.
Kalyan.