SQL Server Error Code – 30022 warning: the configuration of a full-tex

In this blog post, you’ll learn more about the SQL Server Error Code 30022 and the error message description that is shown

SQL Server Error Code

30022

SQL Server Error Description for the Code :30022

Warning: The configuration of a full-text stoplist was modified using the WITH NO POPULATION clause. This put the full-text index into an inconsistent state. To bring the full-text index into a consistent state, start a full population. The basic Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON table_name START FULL POPULATION.

Leave Your Comment