SQL Server Error Msg 15601 – Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable Full-Text Search. The functionality to disable and enable full-text search for a database is deprecated. Please change your application.

In this blog post, let’s learn about the error message “15601 – Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable Full-Text Search. The functionality to disable and enable full-text search for a database is deprecated. Please change your application.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

15601 – Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable Full-Text Search. The functionality to disable and enable full-text search for a database is deprecated. Please change your application.

Reason for the Error

To be update soon…

Solution

To be update soon…