March 5, 2011 at 8:42 pm
In BOL, they give this wonderful example of what a full-text index contains including the Keyword, ColID, DocID, and OCCurance. Is there anyway to actually see that information somewhere? Is there a way to return that information through a T-SQL statement?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 9, 2011 at 11:39 am
I guess I'll have to take the total lack of response to this thread as a reasonable solid "No, it can't be done". Thanks anyway, folks.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 9, 2011 at 11:59 am
Hey Jeff,
A bit of research is showing me that this is, at best, a mess.
For example, to deal with doc_ids, apparently you need to use sp_fulltext_keymappings http://msdn.microsoft.com/en-us/library/cc645845.aspx... but that doesn't help you on occurance, but it'll show you how to get at all the docids.
from there, sp_help_fulltext_catalog_components will get you at a list of all the components for the catalogs. This page has a list of all the sp's available for accessing Fulltext catalogs, and I can't locate anything that will get you at the occurence counts.
Sorry man.
Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.
For better assistance in answering your questions[/url] | Forum Netiquette
For index/tuning help, follow these directions.[/url] |Tally Tables[/url]
Twitter: @AnyWayDBA
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply