all groups > sql server programming > june 2006 >
You're in the

sql server programming

group:

Search


Re: Search Arnie Rowland
6/29/2006 5:55:15 PM
sql server programming: So, search related to searching on the internet, searching the file system,
searching through a database, searching a string...

Could you, if it's not too much trouble, let us in on your intentions -it
would be so much easier to help you if you would.

--
Arnie Rowland, YACE*
"To be successful, your heart must accompany your knowledge."

*Yet Another Certification Exam


[quoted text, click to view]

Re: Search Roy Harvey
6/29/2006 7:10:45 PM
On Thu, 29 Jun 2006 23:42:05 +0100, "Samuel Shulman"
[quoted text, click to view]

I start by checking my pockets. Then I check the pockets of whatever
I had on yesterday. Then I look in the seat cushions, maybe check the
car... try to remember where I had it last, try to think if anyone
else might have taken it. Sometimes I ask my wife to help look. If I
do find it, it always ends up being in the last place I look.

YMMV.

Roy Harvey
Search Samuel Shulman
6/29/2006 11:42:05 PM
Hi

Since I have never had a good search methods I am looking for some reading
material/source code to know what is achievable relatively easily

Thank you for your suggestions,
Samuel

Re: Search Roy Harvey
6/30/2006 12:00:00 AM
On Thu, 29 Jun 2006 23:42:05 +0100, "Samuel Shulman"
[quoted text, click to view]

There is always The Art of Computer Programming Volume 3: Sorting and
Searching by Donald Knuth.

http://www.bookpool.com/sm/0201896850

Re: Search Samuel Shulman
6/30/2006 12:00:00 AM
I meant SQL SERVER (which is why I put it in this question in this group)
I know of a number of search tips but I have never done any thing big and I
am sure there are structured methods to search the database and there is no
point for me to re-invent these

It may be built in into sql SERVER and possibly there are other standard
methods for one word or multi word search

I am sure there some articles that would give a clue of what can be done
thank you,
Samuel


[quoted text, click to view]

Re: Search Dan Guzman
6/30/2006 12:00:00 AM
[quoted text, click to view]

So you have a column containing free-form text and you want to search the
column for one or more words matching the specified criteria? In that case,
see full-text catalogs in the Books Online.

If you situation is different, it might help if you post a specific example
to clarify your requirements.

--
Hope this helps.

Dan Guzman
SQL Server MVP

[quoted text, click to view]

Re: Search Hilary Cotter
6/30/2006 9:57:09 AM
If you need to search char, varchar, text or image columns use SQL Full-text
search. If its a small table you can use a like.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button