hello --
Can someone give me a few pointers on the most efficient way to search out text in fields in my SQL Server database?
I've never been asked to do this before, and before I go read up on it, I would like some input from experts that might be able to suggest the best way to do it -- because I'm sure there's more than one way (isn't there always?)
Basically, I have a field that contains open ended survey questions -- free text that respondents are free to type whatever they want...
I have been asked to provide a text box (this is over the web) where a user can type in a word, and the resulting recordset would contain all records where the field in question contains that word(s)--
Thanks for any input --
Paul Prewett
Can someone give me a few pointers on the most efficient way to search out text in fields in my SQL Server database?
I've never been asked to do this before, and before I go read up on it, I would like some input from experts that might be able to suggest the best way to do it -- because I'm sure there's more than one way (isn't there always?)
Basically, I have a field that contains open ended survey questions -- free text that respondents are free to type whatever they want...
I have been asked to provide a text box (this is over the web) where a user can type in a word, and the resulting recordset would contain all records where the field in question contains that word(s)--
Thanks for any input --
Paul Prewett