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 IamaSherpa 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: *

  1. JMCarroll

    SQL Stored Procedure Troubles

    Hi I am currently trying to develop a report based on an SQL Server 2000 stored procedure. SELECT Sum(Balance), Count(Loans), PostCode, ?(Suburb) FROM Loans WHERE @Date = ReportDate GROUP BY Postcode ---------------- A Postcode can have many suburbs, so what I need to do is find a way to...

Part and Inventory Search

Back
Top