Re: new records aren't being added to ft catalog (sql 2005 ee)

Tech-Archive recommends: Fix windows errors by optimizing your registry



check the full text logs, they can be found in C:\Program Files\Microsoft
SQL Server\MSSQL.1\MSSQL\LOG and will look like SQLFT0005600015.log

--
http://www.zetainteractive.com - Shift Happens!

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"sql411@xxxxxxxxxx" <sql411nospamcom@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:D77BD52A-7107-4284-8522-60E95C45E15E@xxxxxxxxxxxxxxxx
Hi all,
I have multiple full-text catalogs on about 8 tables (sql server 2005 ee -
all varchar(max)).

A few days ago, they all went to an idle status and won't start picking up
any new changes - all catalogs are auto update.

when i say 'idle' - mean :
objectpropertyex ( [table object_id] , 'TableFulltextPopulateStatus' ) = 0
objectpropertyex ( [catalog_id] , PopulateStatus) = 0

and
objectpropertyex ( table object_id , 'TableFulltextItemCount' ) shows that
there are many rows missing from the table so there is much work to be
done.

i have seen this once before and ended up doing a rebuild but I hope to
avoid that this time around as it takes several days to rebuild all
catalogs.

Has anyone seen anything similar to this or have any suggestions for the
full-text catalog to start 'picking back up' the auto changes?

Many thanks,
Robert Towne


.



Relevant Pages

  • Re: DBReindex
    ... Only rebuild / reorganize indexes with fragmentation. ... The job I posted was for SQL 2000 - the script was something my predecessor ... I was surprised to discover that dbcc dbreindex may ...
    (microsoft.public.sqlserver.security)
  • Re: When should one rebuild an index?
    ... from internal Oracle resources is the same. ... I see no part of this doc suggesting ANALYZE being useless in determining index rebuild. ... Knock yourself out explaining whether this index should or should not be rebuilt based on the information generated by ANALYZE. ... SQL> ANALYZE INDEX ix_test VALIDATE STRUCTURE; ...
    (comp.databases.oracle.server)
  • Re: How many people here rebuid index regularly?
    ... [snippage of more rows like this] ... SQL> select leaf_blocks from user_indexes where ... leaf_blocks on all indices between production and test and rebuild ... to exp/imp the whole db, ...
    (comp.databases.oracle.server)
  • Re: Slow queries until indexes are rebuilt twice
    ... users are let into the system and queries against that table time out. ... I can then rebuild the indexes (using the same exact script that was ... Links for SQL Server Books Online: ...
    (comp.databases.ms-sqlserver)
  • RE: SQL 2000 Cluster Recovery Procedures
    ... steps on the node you want to rebuild. ... Run SQL 2000 Setup. ... Type in your Virtual Server Name. ... Join the Node back to the Windows Cluster ...
    (microsoft.public.sqlserver.setup)