SQL Server 2008全文索引问题
我是 SQL Server 2008 全文索引功能的新手。我正在学习本教程, http://www.codeproject.com/KB/database /SQLServer2K8FullTextSearch.aspx。我正在使用 SQL Server 2008 Enterprise。
在教程的第一步中,提到我需要“创建全文目录”,但我在 SQL Server Management Studio 中没有找到“新建全文目录”对话框,谁能帮忙指出在哪里可以找到请问可以吗?
提前致谢, 乔治
I am new to SQL Server 2008 Full Text index function. I am learning from this tutorial, http://www.codeproject.com/KB/database/SQLServer2K8FullTextSearh.aspx. I am using SQL Server 2008 Enterprise.
In the first step of the tutorial, it is mentioned that I need to "Create a Full-Text Catalog", but I did not find the New Full-Text Catalog dialog in SQL Server Management Studio, could anyone help to point where to find it please?
thanks in advance,
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 GUI 来完成。
您可以展开感兴趣的数据库的节点,然后展开“存储”,那里有一个“全文目录”节点。
右键单击它以显示“新建全文目录”选项。
To do it through the GUI.
You can expand the node for the database of interest then expand "Storage" and there is a "Full Text Catalogs" node there.
Right click that to bring up the "New Full Text Catalog" option.