Missing Full Text Index System View In Sql Server 2008

210 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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