sql-server - 如何在 SQL Server 2008 Express 中使用 SQL Server Management Studio 启用全文索引?

标签 sql-server sql-server-2008 ssms

我使用描述的命令 here 来完成此操作它可以工作,但是我想使用 SQL Management Studio 来完成它

SQL Server 2008 联机丛书是这样说的:

To create a full-text catalog:

  1. In Object Explorer, expand the server, expand Databases, and expand the database in which you want to create the full-text catalog.

  2. Expand Storage, and then right-click Full Text Catalogs.

Select New Full-Text Catalog.

In the New Full-Text Catalog dialog box, specify the information for the catalog that you are re-creating. For more information, see New Full-Text Catalog (General Page).

Click OK.

我的 SQL Server Management Studio 中没有“存储”这样的选项。

我错过了什么吗?

最佳答案

您需要安装具有高级服务的 SQL Server 2008 Express,才能在 2008 Express 中使用全文搜索。

关于sql-server - 如何在 SQL Server 2008 Express 中使用 SQL Server Management Studio 启用全文索引?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/250844/

相关文章:

sql-server - SQL Server Management Studio 和 Express 版本有什么区别?

sql - CREATE OR ALTER PROCEDURE 中关键字 'OR' 附近的语法不正确

sql - 关于字符串操作的 T-SQL 问题

c# - EF5 : LINQ to Entities does not recognize the method System. 可空系统。十进制中位数

sql-server - 为指标 SSRS BIDS 添加多个规则

sql-server-2008 - 如何查看 SQL Server 2008 中的内部表?

sql - 俄语、德语和阿拉伯语使用哪种排序规则

python - "(u' 24000 ', u' [24000] [Microsoft][ODBC SQL Server 驱动程序]无效的光标状态)”在 python pypyodbc

sql - 在SQL中显示员工姓名(老板)和员工(下属)人数

sql - 获取当前正在执行的存储过程的模式名称