Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi sir
I have to search word for entire database, for that i need to use full text search option.

i have installed fulltext option while installing sqlserver.

after manage- services - ms sqlserver fulltextsearch status is running.

eventhough not enabling when i right click on database table.

Please give me the solution.

Nandakumar S
Posted

1 solution

Hi,

To enable a table for full-text indexing
1.Expand the server group, expand Databases, and expand the database that contains the table you want to enable for full-text indexing.
2.Expand Tables, and right-click the table that you want to disable or re-enable for full-text indexing.
3.Select Full-Text index, and then click Disable Full-Text index or Enable Full-Text index.

Check the following links...
How to: Disable or Re-enable a Table for Full-Text Indexing (SQL Server Management Studio)[^]
Regards,
GVPrabu
 
Share this answer
 

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