In this blog post, let’s learn about the error message “30052 – The full-text query has a very complex NEAR clause in the CONTAINS predicate or CONTAINSTABLE function. To ensure that a NEAR clause runs successfully, use only six or fewer terms. Modify the query to simplify the condition by removing prefixes or repeated terms.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
30052 – The full-text query has a very complex NEAR clause in the CONTAINS predicate or CONTAINSTABLE function. To ensure that a NEAR clause runs successfully, use only six or fewer terms. Modify the query to simplify the condition by removing prefixes or repeated terms.
Reason for the Error
To be update soon…
Solution
To be update soon…