Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-11-20 : 09:19:34
|
| Joshua writes "I am attempting to create a search page using SQL server 2000 and asp running on a windows 2000 advanced server machine. I am attempting to create a Stored procedure which will read in a string of keywords and search them ALL as a phrase, and then as a broken down series of OR and AND delimited queries. Also, this should return the number of occurences of the word/phrase so that the search result can be sorted by relevance. I am a 19 yo who's just figured out how to use Stored Procedures for paging through records. Even though I am very new to T-SQL I am still gonna take a crack at this :)Can you beat me to it, and/or get over this stump?Josh :)"" |
|
|
|
|
|