sys.fulltext_semantic_language_statistics_database
full-text #full-text#catalog-view
Description
The following example shows how to query to get information about the semantic language statistics database registered on the current instance of SQL Server. Install and Configure Semantic Search
Syntax
SELECT * FROM sys.fulltext_semantic_language_statistics_database;
GO
Examples
Example 1
SELECT * FROM sys.fulltext_semantic_language_statistics_database;
GO