解决方案

我们需要全文索引才能工作

CREATE FULLTEXT CATALOG [myFullText] WITH ACCENT_SENSITIVITY = ON

之后,可以运行CREATE FULLTEXT INDEX查询或者使用MSSQL Management Studio中的Manage FullText Index。

如何在SQL Server 2005 Express中启用全文索引?

我正在尝试在SQL Server 2005 Express中启用全文本索引。

但是当我在设计视图中打开表并选择"管理全文索引"时;全文索引窗口显示消息...

"Creation of the full-text index is not available. Check that you have the correct permissions or that full-text catalogs are defined."

“无法创建全文索引。请检查您是否具有正确的权限或是否定义了全文目录。“

日期:2020-03-24 20:15:31 来源:oir作者:oir