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

    Procedure parameter problems

    i shortned this procedure. but im havving problems with the like clause in this, it says it cannot find the column which i dont understand CREATE PROC spBalanceRange @VendorVar VARCHAR(50) = NULL, AS DECLARE @QUERY VARCHAR(1000) SET @QUERY = 'SELECT VendorName, InvoiceNumber, PaymentTotal AS...

Part and Inventory Search

Back
Top