General discussion
April 16, 2002 at 12:07 AM
bschmitz

SQL2000-Passing in a where clause?

by bschmitz . Updated 24 years, 5 months ago

I am trying to pass in a ‘where’ clause to a stored procedure. This ‘where’ clause will be different every time. I am trying to hide my logic in the stored procedure rather than pass back a record set and then use my logic on the results. I cannot get SQL to recognize the input parameter as part of the stored procedure. Is this even possible? If so what is the trick? Thanks!!

This discussion is locked

All Comments