| Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable full-text search for the database |
|
You are getting an error "Full-Text Search is not enabled for the current database. Use sp_fulltext_database to enable full-text search for the database" while perform a full text search against a database. Try to execute this command to enable full text search for your database. USE Your_DB_Name
|