sql server - Unable to set full-text index to 'active' in table-designer -


in sql server 2008 r2 management studio, have set database full-text indexed , ran command

exec sp_fulltext_database 'enable' 

along creating catalog. when open table design mode, , right click primary key, click full-text indexes in context menu, add columns under 'general' section, when go set active = yes, it's grayed out.

how can change this? here screen-shot of it's looking like.

http://snag.gy/2qsdn.jpg enter image description here

for reason can't enable or disable full text index screen. instead have right-click table in object explorer, choose full-text index > enable full-text index.

screenshot


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -