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 TouchToneTommy 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: sdtucker
  • Content: Threads
  • Order by date
  1. sdtucker

    Passing a string of multiple values to a Stored Proc to use in WHERE

    I am trying to figure out how to pass a string such as '1, 6, 9' to a Stored Proc to filter a recordset. I can't do a range, I need to be able to pass multiple, out of sequence values. SIMPLY: DECLARE @Var as varchar(10) SET @Var = '1, 6, 9' SELECT * FROM [Table] WHERE Table.Column in...
  2. sdtucker

    Parse a string with SQL

    How do I parse a string with SQL???? For example I have a string stored in a column: "12345/This a and That/999999/WR493-22" How can I quickly extract the 999999 from the string? Any suggestions would be a tremendous help as I am STUCK!

Part and Inventory Search

Back
Top