Home > Archive > MS SQL Server > February 2006 > ful text index









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author ful text index
jj

2006-02-28, 8:23 pm

I just created a full text index on a table and everything appears fine but
after populating it I still have an item count of zero. Any ideas?

tia,
jj


Francis

2006-02-28, 8:23 pm

Try executing Select DATABASEPROPERTY('Pu
bs', 'IsFulltextEnabled')

where pubs is replaced by the databse name in question. Assuming this
returned a 1, check through the eventlog to see if there are any errors. I
suspect there are.

Does this server have BUILTIN\Administrato
rs account setup as sysadmin? If
not check out the KB 317746 article.

If this doesn't produce any results look at the following 2 KB articles:

277549 "PRB: Unable to Build Full-Text Catalog After You Modify"
MSSQLServer Logon Account Through [NT4.0) Control Panel [or Win2K Component
Services]
http://support.microsoft.com/defaul...KB;EN-US;277549


317746 "PRB: SQL Server Full-Text Search Does Not Populate Catalogs"
http://support.microsoft.com/defaul...kb;en-us;317746


HTH

Francis


"jj" wrote:

> I just created a full text index on a table and everything appears fine but
> after populating it I still have an item count of zero. Any ideas?
>
> tia,
> jj
>
>
>

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com