如何在数据库中使用全文搜索. [英] How to use Full text search in a database.

查看:291
本文介绍了如何在数据库中使用全文搜索.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想了解全文搜索..如何在Windows窗体中使用它..举个例子

i want to know about full text search ..how to use it in a windows form..give me an example

推荐答案

全文搜索功能Microsoft SQL Server提供了集成到数据库中的企业搜索功能.性能,可管理性和功能方面的显着增强为各种规模的应用程序提供了同类最佳的搜索功能.

The full-text search feature of Microsoft SQL Server delivers enterprise search functionality integrated into the database. Significant enhancements in the areas of performance, manageability, and functionality deliver best-of-breed search capabilities for applications of any size.

SELECT Column_Name
FROM Table_Name
WHERE FREETEXT (Column_Name, 'Search_Text' );
GO


这篇关于如何在数据库中使用全文搜索.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆