Groups | Blog | Home
all groups > sql server full text search > september 2004 >

sql server full text search : request for sample program for fulltext search


John Kane
9/21/2004 8:41:44 PM
VpUser,
Well, could you be more specific? SQL Server 2000 Full-text Search (FTS)
uses pure T-SQL such as CONTAINS or FREETEXT, for example:

select * from pub_info where CONTAINS(*,'books')

or if you want a SQL-DMO sample program, you can checkout SQL 2000 BOL title
"SQL-DMO Examples: Full-text Indexing"

More info would be helpful. What are you looking to do with the sample
program?
Regards,
John



[quoted text, click to view]

VpUser
9/22/2004 10:13:27 AM
hi...

i'm newbie here... can i have a sample program for fulltext search.

thanx!

AddThis Social Bookmark Button