Its not clear to me from your post - have you done a full-population? You
will need to do one.

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
>I had a fulltext index catalog created on a table with 1 column being
> indexed. I needed to add another column from the same table, so I
[quoted text clipped - 8 lines]
>
> Thanks in advance
ajay.kalyan@gmail.com - 31 Jul 2006 18:06 GMT
I did a full population. I have 2 questions.
1. Do I need to reactivate the table and then do a full population.
2. How do I check whether a specific column has been full text indexed.
Thanks
Hilary Cotter - 31 Jul 2006 19:15 GMT
1) I didn't have to
2) you can't other than by searching for test phrases which you know are in
the column. When your population status reads idle you know you are
complete.

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
>I did a full population. I have 2 questions.
>
> 1. Do I need to reactivate the table and then do a full population.
> 2. How do I check whether a specific column has been full text indexed.
>
> Thanks