full text catalog options greyed out

  • For some weird reason full text catalog options are disabled within sql server. Even though I have SA privileges within SQL Server. I cannot figure out why would any such thing happen? Do i need any specific rights to FTData directory?

  • if you have pubs database, please run below query and post the results

    use Pubs

    go

    sp_fulltext_database 'enable'

    go

     

  • All options are still greyed out. except refresh, new window from here and help.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply