sys.sp_fulltext_semantic_register_language_statistics_db
general #stored-procedure
Description
The Semantic Language Statistics database contains language-related statistics that are required for semantic processing of textual content. 1. Checks that the instance of SQL Server is a version that supports semantic processing. 2. Checks that the instance of SQL Server doesn’t already have a Semantic Language 3. Checks that the database is a valid Semantic Language Statistics database. 4.
Syntax
sp_fulltext_semantic_register_language_statistics_db
Examples
Example 1
sp_fulltext_semantic_register_language_statistics_db
Example 2
sp_fulltext_semantic_register_language_statistics_db
Example 3
EXECUTE sp_fulltext_semantic_register_language_statistics_db @dbname =
'semanticsDb'
;
GO