Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Full-Text Indexing in Enterprise Manager

Author  Topic 

LizRickaby
Starting Member

1 Post

Posted - 2005-10-13 : 21:01:28
I've been trying to create a full-text index using Enterprise Manager. If I right-click on the table, "Full-Text Index Table" is grayed-out. If I right-click on Full-Text Catalogs, "New Full-Text Catalog" is grayed-out. If I try to start the Full-Text Indexing Wizard it tells me that the "Full-Text Server service needs to be running." The SQL database is on a remote server, and the host assures me that everything on their end is working properly. Does anybody know what I have to do??

FruitBatInShades
Yak Posting Veteran

51 Posts

Posted - 2006-01-25 : 03:57:18
This happens to me too. If I am connected from a machine that is not actually the server its greyed out. If I log on to the server I can build them and afterwards access them remotely.
Go to Top of Page

Anup Shah
Starting Member

14 Posts

Posted - 2006-01-26 : 00:35:27
hy friends

One problem may be is of M.S. Serch facility. If u know this full text indexing is not provided by SQL server itself. It requires Microsoft serch utility on windows where your sqlserver running.
so check it.
Go to Top of Page
   

- Advertisement -