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 Wanet Telecoms Ltd 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: katz
  • Content: Threads
  • Order by date
  1. katz

    Wildcard for int in stored procedure

    hi, newbie here. Within a stored procedure is there any way to use a wildcard to compare a integer input parameter to a data type int field in the tables? extract: @DriverID int WHERE (DRIVER_ID = CASE WHEN (@DriverID IS NULL) THEN '%' WHEN (@DriverID NOT LIKE ' ') THEN '%' ELSE...

Part and Inventory Search

Back
Top