LIKE, CONTAINS and Full Text Indexing
From: michael (michael_at_hockstein.org)
Date: 03/07/04
- Next message: Cor: "Re: DataSet.Tables[x].Rows.RemoteAt(y)"
- Previous message: William Ryan eMVP: "Re: How fill existing DataTable?"
- Next in thread: William Ryan eMVP: "Re: LIKE, CONTAINS and Full Text Indexing"
- Reply: William Ryan eMVP: "Re: LIKE, CONTAINS and Full Text Indexing"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 7 Mar 2004 08:41:05 -0800
I'm interested in searching a column of type text for specific words withing the field. I need the search to be rapid. Currently, I use a LIKE predicate in the RowFilter of a DataView.
For best results, should I explore Full Text Indexing and using a CONTAINS predicate? Would it be best to execute this on the SQL Server rather than from within my application's DataSet? Do I need Full Text Indexing to use CONTAINS?
Michael
- Next message: Cor: "Re: DataSet.Tables[x].Rows.RemoteAt(y)"
- Previous message: William Ryan eMVP: "Re: How fill existing DataTable?"
- Next in thread: William Ryan eMVP: "Re: LIKE, CONTAINS and Full Text Indexing"
- Reply: William Ryan eMVP: "Re: LIKE, CONTAINS and Full Text Indexing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|