Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在阅读有关系统视图的信息:sys.dm_fts_index_keywords_by_document 在 msdn 上,但在我的 2008 数据库中找不到该视图。任何人都知道它是否应该默认存在?
sys.dm_fts_index_keywords_by_document
这是一个 TVF 不是一个视图。
如果您的意思是在对象资源管理器中看不到它,请在主数据库中查看Programmability -> Functions -> System Functions -> Table Valued Functions
Programmability -> Functions -> System Functions -> Table Valued Functions