sys.sp_fulltext_semantic_unregister_language_statistics_db
general #stored-procedure
Description
When a Semantic Language Statistics database is unregistered, all the metadata associated 1. Checks that there are no semantic populations in progress for the current instance of SQL 2.
Syntax
sp_fulltext_semantic_unregister_language_statistics_db
Examples
Example 1
sp_fulltext_semantic_unregister_language_statistics_db
Example 2
sp_fulltext_semantic_unregister_language_statistics_db
Example 3
EXECUTE sp_fulltext_semantic_unregister_language_statistics_db;
GO