CrazzyCoding
Friday, December 17, 2010
sql server - Why the Full-Text indexing option is greyed out ?
If you find Full-Text Index option grayed out on particular table you can execute following command.
Open Query window and select database for which you want to activate Full-Text Index option. After that execute below code
EXEC sp_fulltext_database 'enable'
Thanks,
Ashish Chotalia
P.S - Replace [TableName] with yours.
2 comments:
Anonymous
March 1, 2014 at 10:03 PM
Thank you!
Reply
Delete
Replies
Reply
Unknown
September 19, 2014 at 5:18 PM
Thank You..Its working.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Thank you!
ReplyDeleteThank You..Its working.
ReplyDelete