SQL SERVER进行查询时出现以下提示: Full-Text Search is not enabled for the current database.
Posted on 2011-08-01 10:36 leo.qian 阅读(201) 评论(0) 收藏 举报USE 数据库名
EXEC sp_fulltext_database 'enable '
EXEC sp_fulltext_database 'enable '
SQL SERVER进行查询时出现以下提示: Full-Text Search is not enabled for the current database.Posted on 2011-08-01 10:36 leo.qian 阅读(201) 评论(0) 收藏 举报USE 数据库名
EXEC sp_fulltext_database 'enable '
|
||