Why the Full-Text indexing option is greyed out?

silent200 picture silent200 · Jan 5, 2009 · Viewed 27.9k times · Source

I installed SQL Server 2008 Express with Advanced Services, but when I try to create a new database, the option Full-Text indexing is greyed out, I believe the full-text indexing has been installed, because I did a query as below:

use [mydbname]
select fulltextserviceproperty('isfulltextinstalled') 

This query returns 1, so I think it has been successfully installed.

Full-text indexing is supported in MSSQL Express with Advanced Services edition, which I have installed. Page for reference:
http://www.microsoft.com/downloads/details.aspx?familyid=B5D1B8C3-FDA5-4508-B0D0-1311D670E336&displaylang=en

Answer

Mike picture Mike · Feb 9, 2010

Make sure NAMED PIPES is enabled in the protocols in configuration manager as full text service needs this!