Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bsh17
  • Order by date
  1. bsh17

    using IN clause in stored procedures

    I have a question regarding if and how this can be done in a stored procedure. the sql statement uses an IN statement, from a string that I am building in the proc. I basically use a string like to build a variable @sc - which equals 'H','X','T' select @sc = @sc + ",'" + @ssss + "'" and...

Part and Inventory Search

Back
Top