SQL Server Error Code – 31201 property-scoped full-text queries cannot

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

SQL Server Error Code

31201

SQL Server Error Description for the Code :31201

Property-scoped full-text queries cannot be specified on the specified table because its full-text index is not configured for property searching. To support property-scoped searches, the full-text index must be associated with a search property list and repopulated. The Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON SET SEARCH PROPERTY LIST ;.