SQL Server Error Code – 30091 a request to start a full-text index pop

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

SQL Server Error Code

30091

SQL Server Error Description for the Code :30091

A request to start a full-text index population on table or indexed view ‘%.*ls’ is ignored because a population is currently paused. Either resume or stop the paused population. To resume it, use the following Transact-SQL statement: ALTER FULLTEXT INDEX ON %.*ls RESUME POPULATION. To stop it, use the following statement: ALTER FULLTEXT INDEX ON %.*ls STOP POPULATION.

Leave Your Comment