sql enterprise manager (2000)
i pass a variable to a stored procedure.
the variable is
@MsgTxt varchar(160),
i have a table in the db which holds keywords in it.
what i want to do is a check on each individual word contained within
@MsgTxt
for a match on my table table_keyword
is this possible
---
thankyou in advance for any replys![]()




Reply With Quote