Hello all
I am trying to full text search in the Documnt table in AdvantureWorks DB.
as in the video sample microsoft provided.
I create the unique index on DocumentID column and created the FullTextIndex:
create fulltext index on Production.Document
(
Document
Type column FileExtension
Language 0X0
)
Key index ui_ProductionDocument on MyFullTextCatalog
With change_tracking auto
Now I am trying to run the next search:
select * from Production.Document
where Contains(Document,'?????')
and I get nothing back, what do I do wrong?
I was having a pending restart that fixed the all thing.
Don't know why....
No comments:
Post a Comment