使用sql server 2008进行全文搜索

时间:2022-01-09 15:53:53

I had installed sql server 2008 express edition with tools but I need to use full text search which i understand is missing in the edition that I have.

我用工具安装了sql server 2008 express edition但我需要使用全文搜索,我理解的版本在我的版本中缺失。

How do I go about upgrading to get full text search feature? As it was an online installation I don't have any installation media stored on my computer

如何升级以获取全文搜索功能?因为它是在线安装,所以我的计算机上没有存储任何安装媒体

Can I use something else?

我可以用别的东西吗?

2 个解决方案

#1


There is a downloadable version of SQL Server 2008 Express Edition with Advanced Tools which does include full text indexing. Freely downloadable from Microsoft web site.

有一个带有高级工具的SQL Server 2008 Express Edition的可下载版本,其中包括全文索引。可从Microsoft网站免费下载。

http://www.microsoft.com/downloads/details.aspx?FamilyID=b5d1b8c3-fda5-4508-b0d0-1311d670e336&displaylang=en

#2


You should run "SQL Server 2008 Express Edition with Advanced Tools" installation and specify "configure existing installation" option.

您应该运行“带有高级工具的SQL Server 2008 Express Edition”安装并指定“配置现有安装”选项。

#1


There is a downloadable version of SQL Server 2008 Express Edition with Advanced Tools which does include full text indexing. Freely downloadable from Microsoft web site.

有一个带有高级工具的SQL Server 2008 Express Edition的可下载版本,其中包括全文索引。可从Microsoft网站免费下载。

http://www.microsoft.com/downloads/details.aspx?FamilyID=b5d1b8c3-fda5-4508-b0d0-1311d670e336&displaylang=en

#2


You should run "SQL Server 2008 Express Edition with Advanced Tools" installation and specify "configure existing installation" option.

您应该运行“带有高级工具的SQL Server 2008 Express Edition”安装并指定“配置现有安装”选项。