Not able to create full text index...
Hi,
I am trying to create full text index for a table in sql2005.. I have enable full text indexing for the database.. but when i try to create the index i get this message:
Creation of full text indexing not available. Database is not enabled to allow for full text indexing....
Where as i have enabled the database for full text indexing... plzz guide where i am going wrong.
Thanks
Answers (3)
0
is it a web form or windows form? Did you apply the multiline paramenter to the textbox?
In web form click on the textmode property and select multiline. Or in windows form change multiline from false to true.