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?
Asked
Active
Viewed 199 times
0

Andy
- 7,646
- 8
- 46
- 69
1 Answers
1
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

Martin Smith
- 438,706
- 87
- 741
- 845