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!

Recent content by Uprightguy

  1. Uprightguy

    Query Question

    Thank you all for your answers in attempting each I have learned much and have adjusted the code to get the necessary records. Declare @pOrderid as int set @pOrderid = 1263636 IF OBJECT_ID('tempdb..#N_Orders_tmp1') IS NOT NULL drop table #N_Orders_tmp1 IF...
  2. Uprightguy

    Query Question

    Is there a better way to do this Query? I have a large database of invoices. These invoices are not grouped by the customer and all of them have 4 fields of phone numbers. The phone numbers for a particular customer are not always the same but they will always have at least 1 phone number in...

Part and Inventory Search

Back
Top