Home
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
EXEC sp_fulltext_database 'enable'

 



Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

"