I’ve been reading about the system view: sys.dm_fts_index_keywords_by_document
on msdn but can’t find the view in my 2008 database. Anyone know if it should be there by default?
I’ve been reading about the system view: sys.dm_fts_index_keywords_by_document on msdn but can’t find the
Share
It’s a TVF not a View.
If you mean you can’t see it in Object Explorer look in the master database under
Programmability -> Functions -> System Functions -> Table Valued Functions