How to find out which objects failed to fulltext index
-
2012年1月19日 上午 11:54
Hi,
I have some objects (Blobs) which have status TableFulltextFailCount. How can I find out which blobs have these status?
Thank you
所有回覆
-
2012年1月19日 下午 12:29You will need to look in the sql fts error logs for your catalog. The PK or full text index key information for the failed populations will be stored there.
looking for a book on SQL Server 2008 Administration? http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search? http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941 -
2012年1月20日 下午 07:41
I have quite a lot nonsense in the logs... full text index keys like -0, 0, -7487872384.
There are no such keys.
What's that?

